mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-28 10:35:43 -05:00
commit
6d886da386
1 changed files with 6 additions and 0 deletions
|
@ -3684,6 +3684,12 @@ BX_PRAGMA_DIAGNOSTIC_POP();
|
|||
{
|
||||
m_control.consume(1);
|
||||
|
||||
struct D3D11_QUERY_DATA_TIMESTAMP_DISJOINT
|
||||
{
|
||||
UINT64 Frequency;
|
||||
BOOL Disjoint;
|
||||
};
|
||||
|
||||
D3D11_QUERY_DATA_TIMESTAMP_DISJOINT disjoint;
|
||||
deviceCtx->GetData(frame.m_disjoint, &disjoint, sizeof(disjoint), 0);
|
||||
|
||||
|
|
Loading…
Reference in a new issue