|
private |
Handler for shader debug information lookup callbacks. This is used by the JSON decoder for mapping shader instruction addresses to SPIR-V IL lines or GLSL source lines.
| [in] | identifier | GFSDK_Aftermath_ShaderDebugInfoIdentifier. |
| [in] | setShaderDebugInfo | PFN_GFSDK_Aftermath_SetData. |
Search the list of shader debug information blobs received earlier.
Early exit, nothing found. No need to call setShaderDebugInfo.
Let the GPU crash dump decoder know about the shader debug information that was found.
Search the list of shader debug information blobs received earlier.
Early exit, nothing found. No need to call setShaderDebugInfo.
Let the GPU crash dump decoder know about the shader debug information that was found.
Definition at line 402 of file NsightAftermathGpuCrashTracker.cpp.