Nameless Engine
Loading...
Searching...
No Matches
ne::RenderStatistics::Counters Struct Reference

Public Attributes

size_t iLastFrameCulledMeshesCount = 0
 
size_t iLastFrameCulledLightsCount = 0
 
size_t iLastFrameDrawCallCount = 0
 

Detailed Description

Groups counters for various tasks.

Member Data Documentation

◆ iLastFrameCulledLightsCount

size_t ne::RenderStatistics::Counters::iLastFrameCulledLightsCount = 0

Total number of lights discarded from submitting to the rendering due to frustum culling.

Remarks
Updated only after a frame is submitted.

◆ iLastFrameCulledMeshesCount

size_t ne::RenderStatistics::Counters::iLastFrameCulledMeshesCount = 0

Total number of meshes discarded from submitting to the rendering due to frustum culling.

Remarks
Updated only after a frame is submitted.

◆ iLastFrameDrawCallCount

size_t ne::RenderStatistics::Counters::iLastFrameDrawCallCount = 0

The total number of draw calls made during the last frame.


The documentation for this struct was generated from the following file: