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

Cette révision appartient à :
pcritchl-amd
2025-11-12 10:47:24 -08:00
révisé par GitHub
Parent 4f91b68988
révision 60cd210dac
+3 -3
Voir le fichier
@@ -57,9 +57,9 @@ UberTraceCaptureMgr* UberTraceCaptureMgr::Create(Pal::IPlatform* platform, const
return mgr; return mgr;
} }
static void UberTraceStateChangeCallback(const GpuUtil::TraceSession& pTraceSession, static void PAL_STDCALL UberTraceStateChangeCallback(const GpuUtil::TraceSession& pTraceSession,
GpuUtil::TraceSessionState newState, GpuUtil::TraceSessionState newState,
void* pPrivateData) void* pPrivateData)
{ {
UberTraceCaptureMgr* mgr = static_cast<UberTraceCaptureMgr*>(pPrivateData); UberTraceCaptureMgr* mgr = static_cast<UberTraceCaptureMgr*>(pPrivateData);