Castor3D
..
|
Contient les informations de rendu. Plus de détails...
Attributs publics | |
uint32_t | m_totalVertexCount { 0u } |
uint32_t | m_totalFaceCount { 0u } |
uint32_t | m_totalObjectsCount { 0u } |
uint32_t | m_visibleObjectsCount { 0u } |
uint32_t | m_particlesCount { 0u } |
uint32_t | m_drawCalls { 0u } |
Contient les informations de rendu.
uint32_t Castor3D::RenderInfo::m_drawCalls { 0u } |
Le nombre d'appels aux fonctions de dessin.
uint32_t Castor3D::RenderInfo::m_particlesCount { 0u } |
Le nombre de particules.
uint32_t Castor3D::RenderInfo::m_totalFaceCount { 0u } |
Le nombre total de faces.
uint32_t Castor3D::RenderInfo::m_totalObjectsCount { 0u } |
Le nombre total d'objets.
uint32_t Castor3D::RenderInfo::m_totalVertexCount { 0u } |
Le nombre total de sommets.
uint32_t Castor3D::RenderInfo::m_visibleObjectsCount { 0u } |
Le nombre d'objets visibles.