13 void reserve(std::size_t vertex_count, std::size_t index_count);
Definition animation.hpp:8
Drawable vertex array.
Definition vertex_array.hpp:9
void reserve(std::size_t vertex_count, std::size_t index_count)
std::vector< Vertex > vertices
Definition vertex_array.hpp:10
auto append(std::span< Vertex const > vertices, std::span< std::uint32_t const > indices) -> VertexArray &
std::vector< std::uint32_t > indices
Definition vertex_array.hpp:11