Constructor Function.
Definition at line 22 of file NsightAftermathGpuCrashTracker.cpp.
28 {}
std::mutex m_Mutex
For thread-safe access of GPU crash tracker state.
bool m_Initialized
Is the GPU crash dump tracker initialized?
uint32_t m_FrameCut
Frame Count cut.
ShaderDataBase m_ShaderDataBase
The mock shader database.
std::map< GFSDK_Aftermath_ShaderDebugInfoIdentifier, std::vector< uint8_t > > m_ShaderDebugInfo
List of Shader Debug Information by ShaderDebugInfoIdentifier.
References GpuCrashTracker(), m_FrameCut, m_Initialized, and m_Mutex.
Referenced by GpuCrashTracker().