StapleGL
Header-only C++20 OpenGL wrapper
Loading...
Searching...
No Matches
staplegl::vertex_buffer_layout Member List

This is the complete list of members for staplegl::vertex_buffer_layout, including all inherited members.

get_attributes() const noexcept -> std::span< const vertex_attribute >staplegl::vertex_buffer_layoutinline
m_attributesstaplegl::vertex_buffer_layoutprivate
m_stridestaplegl::vertex_buffer_layoutprivate
operator[](std::size_t index) const -> const vertex_attribute &staplegl::vertex_buffer_layoutinline
stride() const noexcept -> std::size_tstaplegl::vertex_buffer_layoutinline
stride_elements() const noexcept -> std::size_tstaplegl::vertex_buffer_layoutinline
vertex_buffer_layout()=defaultstaplegl::vertex_buffer_layout
vertex_buffer_layout(std::initializer_list< vertex_attribute > attributes)staplegl::vertex_buffer_layoutinline