SpiecsEngine
 
Loading...
Searching...
No Matches

◆ CreateInstance()

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

Create this Single Instance.

Parameters
[in]stateVulkanState.

Definition at line 98 of file TracyProfilerWrapper.cpp.

99 {
101
103 {
104 m_TracyGPUContext = std::make_shared<TracyGPUContext>(state);
105 }
106 }
#define SPICES_PROFILE_ZONE
static std::shared_ptr< TracyGPUContext > m_TracyGPUContext
This Single Instance.