mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-21 14:23:02 +01:00
Fixed issue #1303.
This commit is contained in:
@@ -577,11 +577,11 @@ namespace bgfx { namespace d3d12
|
||||
}
|
||||
|
||||
#if BGFX_CONFIG_DEBUG_PIX && BX_PLATFORM_WINDOWS
|
||||
static PIXEventsThreadInfo temp;
|
||||
static PIXEventsThreadInfo s_pixEventsThreadInfo;
|
||||
|
||||
PIXEventsThreadInfo* WINAPI stubPIXGetThreadInfo()
|
||||
{
|
||||
return &temp;
|
||||
return &s_pixEventsThreadInfo;
|
||||
}
|
||||
|
||||
uint64_t WINAPI stubPIXEventsReplaceBlock(bool _getEarliestTime)
|
||||
|
||||
Reference in New Issue
Block a user