Fixed build.

This commit is contained in:
Branimir Karadžić
2025-10-22 15:35:07 -07:00
parent af7842f5ee
commit 0cbd4b5c51

View File

@@ -658,11 +658,9 @@ namespace bgfx { namespace d3d12
}
#if BGFX_CONFIG_DEBUG_ANNOTATION && (BX_PLATFORM_WINDOWS || BX_PLATFORM_WINRT)
static PIXEventsThreadInfo s_pixEventsThreadInfo;
PIXEventsThreadInfo* WINAPI stubPIXGetThreadInfo()
{
return &s_pixEventsThreadInfo;
return NULL;
}
uint64_t WINAPI stubPIXEventsReplaceBlock(PIXEventsThreadInfo* _threadInfo, bool _getEarliestTime)