mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-04-24 23:56:26 +00:00
[idd] driver: fix header
This commit is contained in:
parent
b17c66d6bb
commit
be4782b062
@ -51,11 +51,12 @@ private:
|
||||
Wrappers::Event m_terminateEvent;
|
||||
|
||||
static DWORD CALLBACK _SwapChainThread(LPVOID arg);
|
||||
|
||||
|
||||
void SwapChainThread();
|
||||
void SwapChainThreadCore();
|
||||
|
||||
static void CompletionFunction(CD3D12CommandQueue * queue, void * param1, void * param2);
|
||||
static void CompletionFunction(
|
||||
CD3D12CommandQueue * queue, bool result, void * param1, void * param2);
|
||||
bool SwapChainNewFrame(ComPtr<IDXGIResource> acquiredBuffer);
|
||||
|
||||
public:
|
||||
@ -65,4 +66,4 @@ public:
|
||||
|
||||
CIndirectDeviceContext * GetDevice() { return m_devContext; }
|
||||
std::shared_ptr<CD3D12Device> GetD3D12Device() { return m_dx12Device; }
|
||||
};
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user