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

This commit is contained in:
pcritchl-amd
2025-11-12 10:47:24 -08:00
zatwierdzone przez GitHub
rodzic 4f91b68988
commit 60cd210dac
@@ -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);