|
utility 2026.1.9
A comprehensive C++ utilities library tailored for the development of modern desktop and extended reality (XR) applications.
|
This is the complete list of members for utility::graphic::Mesh, including all inherited members.
| addIndex(uint32_t index) | utility::graphic::Mesh | |
| addVertex(const VertexF &vertex) | utility::graphic::Mesh | |
| getIndices() const | utility::graphic::Mesh | |
| getVertices() const | utility::graphic::Mesh | |
| Mesh(const std::vector< VertexF > &vertices, const std::vector< uint32_t > &indices) | utility::graphic::Mesh | |
| operator!=(const Mesh &other) const | utility::graphic::Mesh | inline |
| operator==(const Mesh &other) const | utility::graphic::Mesh | inline |
| reset(void) | utility::graphic::Mesh | |
| ~Mesh() | utility::graphic::Mesh |