Blowbox 2017
A 3D Game Engine by Riko Ophorst using DirectX 12
|
This is the complete list of members for blowbox::MeshData, including all inherited members.
GetIndices() | blowbox::MeshData | |
GetIndices() const | blowbox::MeshData | |
GetTopology() | blowbox::MeshData | |
GetTopology() const | blowbox::MeshData | |
GetVertices() | blowbox::MeshData | |
GetVertices() const | blowbox::MeshData | |
indices_ | blowbox::MeshData | private |
MeshData() (defined in blowbox::MeshData) | blowbox::MeshData | |
MeshData(const Vector< Vertex > &vertices, const Vector< Index > &indices, D3D_PRIMITIVE_TOPOLOGY topology) | blowbox::MeshData | |
SetIndices(const Vector< Index > &indices) | blowbox::MeshData | |
SetTopology(D3D_PRIMITIVE_TOPOLOGY topology) | blowbox::MeshData | |
SetVertices(const Vector< Vertex > &vertices) | blowbox::MeshData | |
topology_ | blowbox::MeshData | private |
vertices_ | blowbox::MeshData | private |
~MeshData() (defined in blowbox::MeshData) | blowbox::MeshData |