SpiecsEngine
 
Loading...
Searching...
No Matches

◆ CreateInstance()

void Spices::NsightPerfGPUProfilerHUD::CreateInstance ( VulkanState & state)
static

Create this Single Instance.

Parameters
[in]stateVulkanState.

Definition at line 95 of file NsightPerfGPUProfilerHUD.cpp.

96 {
98
100 {
101 m_NsightPerfGPUProfilerHUD = std::make_shared<NsightPerfGPUProfilerHUD>(state);
102 }
103 }
#define SPICES_PROFILE_ZONE
static std::shared_ptr< NsightPerfGPUProfilerHUD > m_NsightPerfGPUProfilerHUD
This Single Instance.