SpiecsEngine
 
Loading...
Searching...
No Matches

◆ BeginStatistics()

void Spices::RendererSubPass::BeginStatistics ( VkCommandBuffer commandBuffer,
Querier::StatisticsFlags flags = Querier::ALL ) const

Begin Statistics this frame.

Parameters
[in]commandBufferVkCommandBuffer.
[in]flagsStatisticsFlags.

Definition at line 133 of file RendererSubPass.cpp.

134 {
136
137 if (m_Statistics) m_Statistics->BeginStatistics(commandBuffer, flags);
138 }
#define SPICES_PROFILE_ZONE
std::shared_ptr< RenderPassStatistics > m_Statistics
Statistics of RenderPass.