SpiecsEngine
 
Loading...
Searching...
No Matches

◆ StoreStatistics()

void Spices::RendererSubPass::StoreStatistics ( ) const

Store statistics this frame.

Definition at line 147 of file RendererSubPass.cpp.

148 {
150
151 if (m_Statistics) m_Statistics->StoreStatistics();
152 }
#define SPICES_PROFILE_ZONE
std::shared_ptr< RenderPassStatistics > m_Statistics
Statistics of RenderPass.