SpiecsEngine
 
Loading...
Searching...
No Matches

◆ ShaderDebugInfoLookupCallback()

void Spices::GpuCrashTracker::ShaderDebugInfoLookupCallback ( const GFSDK_Aftermath_ShaderDebugInfoIdentifier * pIdentifier,
PFN_GFSDK_Aftermath_SetData setShaderDebugInfo,
void * pUserData )
staticprivate

Shader debug information lookup callback.

Parameters
[in]pIdentifierGFSDK_Aftermath_ShaderDebugInfoIdentifier.
[in]setShaderDebugInfoPFN_GFSDK_Aftermath_SetData.
[in]pUserData.

Definition at line 532 of file NsightAftermathGpuCrashTracker.cpp.

537 {
539
540 const GpuCrashTracker* pGpuCrashTracker = static_cast<GpuCrashTracker*>(pUserData);
541 pGpuCrashTracker->OnShaderDebugInfoLookup(*pIdentifier, setShaderDebugInfo);
542 }
#define SPICES_PROFILE_ZONE