SpiecsEngine
 
Loading...
Searching...
No Matches

◆ CreateInstance()

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

Create this Single Instance.

Parameters
[in]stateVulkanState.

Definition at line 49 of file NsightPerfGPUProfilerOneshotCollection.cpp.

50 {
52
54 {
55 m_NsightPerfGPUProfilerOneshotCollection = std::make_shared<NsightPerfGPUProfilerOneshotCollection>(state);
56 }
57 }
#define SPICES_PROFILE_ZONE
static std::shared_ptr< NsightPerfGPUProfilerOneshotCollection > m_NsightPerfGPUProfilerOneshotCollection
This Single Instance.