mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-04-25 08:06:30 +00:00
[idd] driver: fix failure to intiialize command queue pending
This commit is contained in:
parent
94fbbad21c
commit
b17c66d6bb
@ -20,7 +20,7 @@ class CD3D12CommandQueue
|
||||
ComPtr<ID3D12CommandList > m_cmdList;
|
||||
ComPtr<ID3D12Fence > m_fence;
|
||||
|
||||
bool m_pending;
|
||||
bool m_pending = false;
|
||||
HandleT<HANDLENullTraits> m_event;
|
||||
HANDLE m_waitHandle = INVALID_HANDLE_VALUE;
|
||||
UINT64 m_fenceValue = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user