mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-08 08:40:55 +00:00
Merge pull request #126 from vvuk/master
Use DXGI 1.2 to call Present1(), not 1.3
This commit is contained in:
@@ -471,7 +471,7 @@ HRESULT WrappedIDXGISwapChain2::Present1(UINT SyncInterval, UINT Flags, const DX
|
||||
|
||||
m_pDevice->Present(this, SyncInterval, Flags);
|
||||
|
||||
return m_pReal2->Present1(SyncInterval, Flags, pPresentParameters);
|
||||
return m_pReal1->Present1(SyncInterval, Flags, pPresentParameters);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user