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

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

attr_ref typedefstaplegl::uniform_bufferprivate
bind() conststaplegl::uniform_bufferinline
binding_point() const noexcept -> int32_tstaplegl::uniform_bufferinline
id() const noexcept -> uint32_tstaplegl::uniform_bufferinline
layout() const noexcept -> vertex_buffer_layout const &staplegl::uniform_bufferinline
m_attr_cachestaplegl::uniform_bufferprivate
m_binding_pointstaplegl::uniform_bufferprivate
m_idstaplegl::uniform_bufferprivate
m_layoutstaplegl::uniform_bufferprivate
operator=(const uniform_buffer &) -> uniform_buffer &=deletestaplegl::uniform_buffer
operator=(uniform_buffer &&other) noexcept -> uniform_buffer &staplegl::uniform_bufferinline
set_attribute_data(std::span< const float > uniform_data, const std::string &name)staplegl::uniform_bufferinline
set_attribute_data(std::span< const float > uniform_data, const std::string &name, std::size_t offset)staplegl::uniform_bufferinline
set_attribute_data(std::span< const float > uniform_data, size_t attribute_index)staplegl::uniform_bufferinline
set_attribute_data(std::span< const float > uniform_data, size_t attribute_index, std::size_t offset)staplegl::uniform_bufferinline
unbind()staplegl::uniform_bufferinlinestatic
uniform_buffer(std::span< const float > contents, vertex_buffer_layout layout, int32_t binding_point) noexceptstaplegl::uniform_bufferinline
uniform_buffer(vertex_buffer_layout const &layout, int32_t binding_point) noexceptstaplegl::uniform_bufferinline
uniform_buffer(const uniform_buffer &)=deletestaplegl::uniform_buffer
uniform_buffer(uniform_buffer &&other) noexceptstaplegl::uniform_bufferinline
~uniform_buffer()staplegl::uniform_bufferinline