galaxy 1.0.0
Real-Time C++23 Game Programming Framework. Built on data-driven design principles and agile software engineering.
Loading...
Searching...
No Matches
galaxy::VertexArray Member List

This is the complete list of members for galaxy::VertexArray, including all inherited members.

bind() constgalaxy::VertexArray
buffer(std::span< Vertex > vertices, std::span< unsigned int > indices)galaxy::VertexArray
clear()galaxy::VertexArray
count() const noexceptgalaxy::VertexArray
erase(const unsigned int vi, const int vertex_count, const unsigned int ei, const int index_count)galaxy::VertexArray
id() const noexceptgalaxy::VertexArray
m_idgalaxy::VertexArrayprivate
m_vbogalaxy::VertexArrayprivate
offset() noexceptgalaxy::VertexArray
operator=(VertexArray &&) noexceptgalaxy::VertexArray
operator=(const VertexArray &)=deletegalaxy::VertexArrayprivate
reserve(const int vertex_count, const int index_count)galaxy::VertexArray
sub_buffer(const unsigned int vi, const int vertex_size, const std::span< Vertex > vertices, const unsigned int ei, const int index_size, std::span< unsigned int > indices)galaxy::VertexArray
sub_buffer_indices(const unsigned int ei, const int index_size, std::span< unsigned int > indices) constgalaxy::VertexArray
sub_buffer_vertices(const unsigned int vi, const int vertex_size, const std::span< Vertex > vertices) constgalaxy::VertexArray
unbind() constgalaxy::VertexArray
vbo() noexceptgalaxy::VertexArray
VertexArray()galaxy::VertexArray
VertexArray(VertexArray &&) noexceptgalaxy::VertexArray
VertexArray(const VertexArray &)=deletegalaxy::VertexArrayprivate
~VertexArray()galaxy::VertexArray