Structure defining an indexed mesh. More...
#include <MeshData.h>
Public Member Functions | |
MeshData () | |
Constructor. | |
~MeshData () | |
Destructor. | |
void | free (void) |
Free the allocated data on the CPU. | |
Public Attributes | |
int | vertexSize |
int | vertexCount |
int | indexCount |
Vertex * | vertices |
ushort * | indices |
Structure defining an indexed mesh.
Definition at line 18 of file MeshData.h.
MeshData::MeshData | ( | ) |
Constructor.
Definition at line 3 of file MeshData.cpp.
MeshData::~MeshData | ( | ) |
Destructor.
Definition at line 12 of file MeshData.cpp.
void MeshData::free | ( | void | ) |
Free the allocated data on the CPU.
Definition at line 17 of file MeshData.cpp.
Definition at line 29 of file MeshData.h.
Definition at line 31 of file MeshData.h.
Definition at line 28 of file MeshData.h.
Definition at line 27 of file MeshData.h.
Definition at line 30 of file MeshData.h.