SpiecsEngine
 
Loading...
Searching...
No Matches

◆ EndStatistics()

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

End Statistics this frame.

Parameters
[in]commandBufferVkCommandBuffer.
[in]flagsStatisticsFlags.

Definition at line 140 of file RendererSubPass.cpp.

141 {
143
144 if (m_Statistics) m_Statistics->EndStatistics(commandBuffer, flags);
145 }
#define SPICES_PROFILE_ZONE
std::shared_ptr< RenderPassStatistics > m_Statistics
Statistics of RenderPass.