Reapply "SWDEV-562996 - Build fix: Ubertrace callback calling convention mismatch on x86 (#1587)" (#1717) (#1754)

Tento commit je obsažen v:
pcritchl-amd
2025-11-12 10:47:24 -08:00
odevzdal GitHub
rodič 4f91b68988
revize 60cd210dac
+3 -3
Zobrazit soubor
@@ -57,9 +57,9 @@ UberTraceCaptureMgr* UberTraceCaptureMgr::Create(Pal::IPlatform* platform, const
return mgr;
}
static void UberTraceStateChangeCallback(const GpuUtil::TraceSession& pTraceSession,
GpuUtil::TraceSessionState newState,
void* pPrivateData)
static void PAL_STDCALL UberTraceStateChangeCallback(const GpuUtil::TraceSession& pTraceSession,
GpuUtil::TraceSessionState newState,
void* pPrivateData)
{
UberTraceCaptureMgr* mgr = static_cast<UberTraceCaptureMgr*>(pPrivateData);