![]() |
galaxy 1.0.0
Real-Time C++23 Game Programming Framework. Built on data-driven design principles and agile software engineering.
|
This is the complete list of members for galaxy::graphics::VertexBatch, including all inherited members.
| clear() | galaxy::graphics::VertexBatch | |
| init(const int max_quads) | galaxy::graphics::VertexBatch | |
| m_index | galaxy::graphics::VertexBatch | private |
| m_max_quads | galaxy::graphics::VertexBatch | private |
| m_vao | galaxy::graphics::VertexBatch | private |
| operator=(VertexBatch &&) | galaxy::graphics::VertexBatch | |
| operator=(const VertexBatch &)=delete | galaxy::graphics::VertexBatch | private |
| push(std::span< Vertex > vertices) | galaxy::graphics::VertexBatch | |
| sub_buffer(const unsigned int index, std::span< Vertex > vertices) | galaxy::graphics::VertexBatch | |
| vao() | galaxy::graphics::VertexBatch | |
| VertexBatch() | galaxy::graphics::VertexBatch | |
| VertexBatch(VertexBatch &&) | galaxy::graphics::VertexBatch | |
| VertexBatch(const VertexBatch &)=delete | galaxy::graphics::VertexBatch | private |
| ~VertexBatch() | galaxy::graphics::VertexBatch |