mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-25 09:08:22 -05:00
Fixed compile error.
This commit is contained in:
parent
f6a7d99cb1
commit
c633838822
1 changed files with 0 additions and 2 deletions
|
@ -1171,12 +1171,10 @@ namespace bgfx
|
||||||
DX_RELEASE(backBuffer, 0);
|
DX_RELEASE(backBuffer, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
#if BGFX_CONFIG_DEBUG_PIX
|
|
||||||
void* m_d3d9dll;
|
void* m_d3d9dll;
|
||||||
D3DPERF_SetMarkerFunc m_D3DPERF_SetMarker;
|
D3DPERF_SetMarkerFunc m_D3DPERF_SetMarker;
|
||||||
D3DPERF_BeginEventFunc m_D3DPERF_BeginEvent;
|
D3DPERF_BeginEventFunc m_D3DPERF_BeginEvent;
|
||||||
D3DPERF_EndEventFunc m_D3DPERF_EndEvent;
|
D3DPERF_EndEventFunc m_D3DPERF_EndEvent;
|
||||||
#endif // BGFX_CONFIG_DEBUG_PIX
|
|
||||||
|
|
||||||
void* m_d3d11dll;
|
void* m_d3d11dll;
|
||||||
void* m_dxgidll;
|
void* m_dxgidll;
|
||||||
|
|
Loading…
Reference in a new issue