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

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

add_instance(std::span< const float > instance_data) noexceptstaplegl::vertex_buffer_instinline
apply(const std::function< void(std::span< T > vertices)> &func, driver_access_specifier access_specifier=staplegl::READ_WRITE) noexceptstaplegl::vertex_buffer
bind() conststaplegl::vertex_bufferinline
calc_capacity(std::size_t capacity) const noexcept -> std::size_tstaplegl::vertex_buffer_instinlineprivate
capacity() const noexcept -> std::size_tstaplegl::vertex_buffer_instinline
delete_instance(std::int32_t index) noexcept -> int32_tstaplegl::vertex_buffer_instinline
draw_hint() const noexcept -> driver_draw_hintstaplegl::vertex_bufferinline
id() const noexcept -> std::uint32_tstaplegl::vertex_bufferinline
instance_count() const noexcept -> std::int32_tstaplegl::vertex_buffer_instinline
instance_size() const noexcept -> std::size_tstaplegl::vertex_buffer_instinline
layout() const -> const vertex_buffer_layout &staplegl::vertex_buffer
m_capacitystaplegl::vertex_buffer_instprivate
m_countstaplegl::vertex_buffer_instprivate
m_hintstaplegl::vertex_bufferprotected
m_idstaplegl::vertex_bufferprotected
m_layoutstaplegl::vertex_bufferprotected
m_sizestaplegl::vertex_bufferprotected
operator=(const vertex_buffer_inst &) -> vertex_buffer_inst &=deletestaplegl::vertex_buffer_inst
operator=(vertex_buffer_inst &&) noexcept -> vertex_buffer_inst &=defaultstaplegl::vertex_buffer_inst
staplegl::vertex_buffer::operator=(const vertex_buffer &) -> vertex_buffer &=deletestaplegl::vertex_buffer
staplegl::vertex_buffer::operator=(vertex_buffer &&other) noexcept -> vertex_buffer &staplegl::vertex_bufferinline
resize_buffer(std::size_t old_capacity, std::size_t new_capacity) noexceptstaplegl::vertex_buffer_instinlineprivate
set_data(std::span< const float > vertices) const noexceptstaplegl::vertex_bufferinline
set_data(std::span< const float > vertices, driver_draw_hint hint) const noexceptstaplegl::vertex_bufferinline
set_layout(const vertex_buffer_layout &layout)staplegl::vertex_bufferinline
size() const noexcept -> std::size_tstaplegl::vertex_bufferinline
size_bytes() const noexcept -> std::size_tstaplegl::vertex_bufferinline
unbind()staplegl::vertex_bufferinlinestatic
update_instance(std::int32_t index, std::span< const float > instance_data) noexceptstaplegl::vertex_buffer_instinline
vertex_buffer(std::span< const float > vertices) noexceptstaplegl::vertex_bufferinline
vertex_buffer(std::span< const float > vertices, driver_draw_hint hint) noexceptstaplegl::vertex_bufferinline
vertex_buffer(std::span< const float > vertices, vertex_buffer_layout &&layout) noexceptstaplegl::vertex_bufferinline
vertex_buffer(std::span< const float > vertices, vertex_buffer_layout &&layout, driver_draw_hint hint) noexceptstaplegl::vertex_bufferinline
vertex_buffer(const vertex_buffer &)=deletestaplegl::vertex_buffer
vertex_buffer(vertex_buffer &&other) noexceptstaplegl::vertex_bufferinline
vertex_buffer_inst(std::span< const float > instance_data, vertex_buffer_layout &&layout) noexceptstaplegl::vertex_buffer_instinline
vertex_buffer_inst(std::span< const float > instance_data) noexceptstaplegl::vertex_buffer_instinline
vertex_buffer_inst(const vertex_buffer_inst &)=deletestaplegl::vertex_buffer_inst
vertex_buffer_inst(vertex_buffer_inst &&) noexcept=defaultstaplegl::vertex_buffer_inst
~vertex_buffer()staplegl::vertex_bufferinline
~vertex_buffer_inst() noexcept=defaultstaplegl::vertex_buffer_inst