Files
XCEngine/engine
ssdfasd 92ab6f5484 Fix D3D12CommandQueue::ExecuteCommandLists type confusion bug
- Cast void* to ID3D12CommandList* directly instead of D3D12CommandList*
- Remove erroneous Reset() call - caller is responsible for resetting
- Fixes SEH exception 0xc0000005 when executing command lists
2026-03-24 02:35:59 +08:00
..