Concept class to ensure consistent naming of VaoIndices accross derived classes.
More...
#include <Engine/Data/Mesh.hpp>
|
void | setIndicesDirty () |
| Tag the indices as dirty, asking for a update to gpu.
|
|
|
std::unique_ptr< globjects::Buffer > | m_indices { nullptr } |
|
bool | m_indicesDirty { true } |
|
size_t | m_numElements { 0 } |
|
Concept class to ensure consistent naming of VaoIndices accross derived classes.
Definition at line 173 of file Mesh.hpp.
◆ m_numElements
size_t Ra::Engine::Data::VaoIndices::m_numElements { 0 } |
|
protected |
number of elements to draw (i.e number of indices to use) automatically set by updateGL(), not meaningfull if m_indicesDirty.
Definition at line 197 of file Mesh.hpp.
The documentation for this class was generated from the following file:
- /home/runner/work/Radium-Engine/Radium-Engine/src/Radium-Engine/src/Engine/Data/Mesh.hpp