mirror of
https://github.com/holub/mame
synced 2025-10-04 16:34:53 +03:00
Fix mingw compile (nw)
This commit is contained in:
parent
a163b28277
commit
f33ffeda34
6
3rdparty/bgfx/src/renderer_d3d11.cpp
vendored
6
3rdparty/bgfx/src/renderer_d3d11.cpp
vendored
@ -3684,6 +3684,12 @@ BX_PRAGMA_DIAGNOSTIC_POP();
|
|||||||
{
|
{
|
||||||
m_control.consume(1);
|
m_control.consume(1);
|
||||||
|
|
||||||
|
struct D3D11_QUERY_DATA_TIMESTAMP_DISJOINT
|
||||||
|
{
|
||||||
|
UINT64 Frequency;
|
||||||
|
BOOL Disjoint;
|
||||||
|
};
|
||||||
|
|
||||||
D3D11_QUERY_DATA_TIMESTAMP_DISJOINT disjoint;
|
D3D11_QUERY_DATA_TIMESTAMP_DISJOINT disjoint;
|
||||||
deviceCtx->GetData(frame.m_disjoint, &disjoint, sizeof(disjoint), 0);
|
deviceCtx->GetData(frame.m_disjoint, &disjoint, sizeof(disjoint), 0);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user