StapleGL
Header-only C++20 OpenGL wrapper
|
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_layout | inline |
m_attributes | staplegl::vertex_buffer_layout | private |
m_stride | staplegl::vertex_buffer_layout | private |
operator[](std::size_t index) const -> const vertex_attribute & | staplegl::vertex_buffer_layout | inline |
stride() const noexcept -> std::size_t | staplegl::vertex_buffer_layout | inline |
stride_elements() const noexcept -> std::size_t | staplegl::vertex_buffer_layout | inline |
vertex_buffer_layout()=default | staplegl::vertex_buffer_layout | |
vertex_buffer_layout(std::initializer_list< vertex_attribute > attributes) | staplegl::vertex_buffer_layout | inline |