nCine/Graphics/RenderStatistics.h file

Namespaces

namespace nCine
Root namespace of nCine game engine.

Classes

class nCine::RenderStatistics
Gathers statistics about the rendering subsystem.
class nCine::RenderStatistics::Commands
Counters for render commands of a single type or aggregated across all types.
class nCine::RenderStatistics::Buffers
Counters for the managed buffers of a single type.
class nCine::RenderStatistics::Textures
Counters for textures and their total video memory usage.
class nCine::RenderStatistics::CustomBuffers
Counters for custom VBOs or IBOs and their total memory usage.
class nCine::RenderStatistics::VaoPool
Counters for the VAO pool size, capacity, reuses and bindings.
class nCine::RenderStatistics::CommandPool
Counters for the render command pool used/free sizes and retrievals.