SpiecsEngine
 
Loading...
Searching...
No Matches

◆ GpuCrashTracker()

Spices::GpuCrashTracker::GpuCrashTracker ( )

Constructor Function.

Definition at line 22 of file NsightAftermathGpuCrashTracker.cpp.

23 : m_Initialized(false)
24 , m_Mutex()
27 , m_FrameCut(0)
28 {}
std::mutex m_Mutex
For thread-safe access of GPU crash tracker state.
bool m_Initialized
Is the GPU crash dump tracker initialized?
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().