StapleGL
Header-only C++20 OpenGL wrapper
|
This is the complete list of members for staplegl::uniform_buffer, including all inherited members.
attr_ref typedef | staplegl::uniform_buffer | private |
bind() const | staplegl::uniform_buffer | inline |
binding_point() const noexcept -> int32_t | staplegl::uniform_buffer | inline |
id() const noexcept -> uint32_t | staplegl::uniform_buffer | inline |
layout() const noexcept -> vertex_buffer_layout const & | staplegl::uniform_buffer | inline |
m_attr_cache | staplegl::uniform_buffer | private |
m_binding_point | staplegl::uniform_buffer | private |
m_id | staplegl::uniform_buffer | private |
m_layout | staplegl::uniform_buffer | private |
operator=(const uniform_buffer &) -> uniform_buffer &=delete | staplegl::uniform_buffer | |
operator=(uniform_buffer &&other) noexcept -> uniform_buffer & | staplegl::uniform_buffer | inline |
set_attribute_data(std::span< const float > uniform_data, const std::string &name) | staplegl::uniform_buffer | inline |
set_attribute_data(std::span< const float > uniform_data, const std::string &name, std::size_t offset) | staplegl::uniform_buffer | inline |
set_attribute_data(std::span< const float > uniform_data, size_t attribute_index) | staplegl::uniform_buffer | inline |
set_attribute_data(std::span< const float > uniform_data, size_t attribute_index, std::size_t offset) | staplegl::uniform_buffer | inline |
unbind() | staplegl::uniform_buffer | inlinestatic |
uniform_buffer(std::span< const float > contents, vertex_buffer_layout layout, int32_t binding_point) noexcept | staplegl::uniform_buffer | inline |
uniform_buffer(vertex_buffer_layout const &layout, int32_t binding_point) noexcept | staplegl::uniform_buffer | inline |
uniform_buffer(const uniform_buffer &)=delete | staplegl::uniform_buffer | |
uniform_buffer(uniform_buffer &&other) noexcept | staplegl::uniform_buffer | inline |
~uniform_buffer() | staplegl::uniform_buffer | inline |