Castor3D 0.16.0
Multiplatform 3D engine
Public Attributes | List of all members
castor3d::RenderCounts Struct Reference

The 3D objects counts. More...

#include <RenderModule.hpp>

Public Attributes

uint32_t vertexCount {}
 
uint32_t faceCount {}
 
uint32_t objectCount {}
 
uint32_t billboardCount {}
 
uint32_t lightsCount {}
 

Detailed Description

The 3D objects counts.

Member Data Documentation

◆ billboardCount

uint32_t castor3d::RenderCounts::billboardCount {}

The billboards count.

◆ faceCount

uint32_t castor3d::RenderCounts::faceCount {}

The face count.

◆ lightsCount

uint32_t castor3d::RenderCounts::lightsCount {}

The light sources count.

◆ objectCount

uint32_t castor3d::RenderCounts::objectCount {}

The object count.

◆ vertexCount

uint32_t castor3d::RenderCounts::vertexCount {}

The vertex count.


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