mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-04-25 08:06:30 +00:00
[idd] driver: fix header
This commit is contained in:
parent
b17c66d6bb
commit
be4782b062
@ -55,7 +55,8 @@ private:
|
||||
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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user