virtual void GetStats(Stats* pstats, bool clear = true);
GetStats returns the render statistics that can be reported, such as rendering triangle information/draw primitives, masks etc.
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. |