SpiecsEngine
 
Loading...
Searching...
No Matches

◆ GetStatistics()

std::shared_ptr< RenderPassStatistics > & Spices::RendererSubPass::GetStatistics ( )
inline

Get RenderPassStatistics.

Returns
Returns RenderPassStatistics.

Definition at line 180 of file RendererSubPass.h.

180{ return m_Statistics; }
std::shared_ptr< RenderPassStatistics > m_Statistics
Statistics of RenderPass.