Reapply "SWDEV-562996 - Build fix: Ubertrace callback calling convention mismatch on x86 (#1587)" (#1717) (#1754)
This commit is contained in:
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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user