SpiecsEngine
 
Loading...
Searching...
No Matches

◆ NsightPerfGPUProfilerHUD()

Spices::NsightPerfGPUProfilerHUD::NsightPerfGPUProfilerHUD ( VulkanState & state)

Constructor Function.

Parameters
[in]stateVulkanState.

Create this in construct.

Create this in construct.

Definition at line 27 of file NsightPerfGPUProfilerHUD.cpp.

28 : m_VulkanState(state)
30 , m_IsInSession(false)
31 , m_IsHUDInitialized(false)
32 {
34
38 Create(state);
39 }
#define SPICES_PROFILE_ZONE
void Create(VulkanState &state)
Create this.
bool m_IsReachBufferBound
True if Decode and Consume failed.
bool m_IsHUDInitialized
True id HUD is initialized.

References Create(), m_IsHUDInitialized, m_IsInSession, m_IsReachBufferBound, and m_VulkanState.