mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-06-06 23:04:25 +00:00
[idd] driver: implement dirty rect tracking
This commit is contained in:
committed by
Geoffrey McRae
parent
bd88a64a98
commit
929428c273
@@ -90,8 +90,8 @@ class CD3D12CommandQueue
|
||||
bool Execute();
|
||||
|
||||
//void Wait();
|
||||
bool IsReady () { return !m_pending; }
|
||||
HANDLE GetEvent() { return m_event.Get(); }
|
||||
bool IsReady () const { return !m_pending ; }
|
||||
HANDLE GetEvent() const { return m_event.Get(); }
|
||||
|
||||
ComPtr<ID3D12CommandQueue > GetCmdQueue() { return m_queue; }
|
||||
ComPtr<ID3D12GraphicsCommandList> GetGfxList() { return m_gfxList; }
|
||||
|
||||
Reference in New Issue
Block a user