HAL::GetStats

HAL::GetStats
virtual void GetStats(Stats* pstats, bool clear = true);
Description

GetStats returns the render statistics that can be reported, such as rendering triangle information/draw primitives, masks etc.

Parameters
Parameters 
Description 
Stats* pstats 
Collection of statistics pertaining to the renderer. 
bool clear = true 
A Boolean value of true clears the statistics and a value of false maintains the statistics.