|
SleakEngine 1.0.0
C++23 multi-backend game engine
|
#include <MeshData.hpp>
Public Attributes | |
| IndexGroup | indices |
| VertexGroup | vertices |
CPU-side vertex and index buffers for one mesh, ready for upload.
Definition at line 103 of file MeshData.hpp.
| IndexGroup Sleak::MeshData::indices |
Definition at line 105 of file MeshData.hpp.
| VertexGroup Sleak::MeshData::vertices |
Definition at line 104 of file MeshData.hpp.