|
StapleGL
Header-only C++20 OpenGL wrapper
|
This is the complete list of members for staplegl::vertex_attribute, including all inherited members.
| element_count | staplegl::vertex_attribute | |
| name | staplegl::vertex_attribute | |
| offset | staplegl::vertex_attribute | |
| operator=(const vertex_attribute &) noexcept -> vertex_attribute &=default | staplegl::vertex_attribute | |
| operator=(vertex_attribute &&) noexcept -> vertex_attribute &=default | staplegl::vertex_attribute | |
| type | staplegl::vertex_attribute | |
| vertex_attribute()=default | staplegl::vertex_attribute | |
| vertex_attribute(shader_data_type::u_type in_type, std::string_view in_name) | staplegl::vertex_attribute | inline |
| vertex_attribute(shader_data_type::shader_array_type in_type, std::string_view in_name, size_t element_count) | staplegl::vertex_attribute | inline |
| vertex_attribute(const vertex_attribute &) noexcept=default | staplegl::vertex_attribute | |
| vertex_attribute(vertex_attribute &&) noexcept=default | staplegl::vertex_attribute | |
| ~vertex_attribute()=default | staplegl::vertex_attribute |