SpiecsEngine
 
Loading...
Searching...
No Matches

◆ ShaderDebugInfoCallback()

void Spices::GpuCrashTracker::ShaderDebugInfoCallback ( const void * pShaderDebugInfo,
const uint32_t shaderDebugInfoSize,
void * pUserData )
staticprivate

Shader debug information callback.

Parameters
[in]pShaderDebugInfo.
[in]shaderDebugInfoSize.
[in]pUserData.

Definition at line 495 of file NsightAftermathGpuCrashTracker.cpp.

500 {
502
503 GpuCrashTracker* pGpuCrashTracker = static_cast<GpuCrashTracker*>(pUserData);
504 pGpuCrashTracker->OnShaderDebugInfo(pShaderDebugInfo, shaderDebugInfoSize);
505 }
#define SPICES_PROFILE_ZONE

References OnShaderDebugInfo().