Nameless Engine
|
Public Attributes | |
size_t | iLastFrameCulledMeshesCount = 0 |
size_t | iLastFrameCulledLightsCount = 0 |
size_t | iLastFrameDrawCallCount = 0 |
Groups counters for various tasks.
size_t ne::RenderStatistics::Counters::iLastFrameCulledLightsCount = 0 |
Total number of lights discarded from submitting to the rendering due to frustum culling.
size_t ne::RenderStatistics::Counters::iLastFrameCulledMeshesCount = 0 |
Total number of meshes discarded from submitting to the rendering due to frustum culling.
size_t ne::RenderStatistics::Counters::iLastFrameDrawCallCount = 0 |
The total number of draw calls made during the last frame.