SpiecsEngine
 
Loading...
Searching...
No Matches

◆ ShaderSourceDebugInfoLookupCallback()

void Spices::GpuCrashTracker::ShaderSourceDebugInfoLookupCallback ( const GFSDK_Aftermath_ShaderDebugName * pShaderDebugName,
PFN_GFSDK_Aftermath_SetData setShaderBinary,
void * pUserData )
staticprivate

Shader source debug info lookup callback.

Parameters
[in]pShaderDebugNameGFSDK_Aftermath_ShaderDebugName.
[in]setShaderBinaryPFN_GFSDK_Aftermath_SetData.
[in]pUserData.

Definition at line 556 of file NsightAftermathGpuCrashTracker.cpp.

561 {
563
564 const GpuCrashTracker* pGpuCrashTracker = static_cast<GpuCrashTracker*>(pUserData);
565 pGpuCrashTracker->OnShaderSourceDebugInfoLookup(*pShaderDebugName, setShaderBinary);
566 }
#define SPICES_PROFILE_ZONE