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

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

antialias() const -> texture_antialiasstaplegl::texture_2dinline
bind() conststaplegl::texture_2dinline
color() const -> texture_colorstaplegl::texture_2dinline
filter() const -> texture_filterstaplegl::texture_2dinline
get_resolution() const -> staplegl::resolutionstaplegl::texture_2dinline
get_unit() const -> uint32_tstaplegl::texture_2dinline
id() const -> std::uint32_tstaplegl::texture_2dinline
m_antialiasstaplegl::texture_2dprivate
m_colorstaplegl::texture_2dprivate
m_filterstaplegl::texture_2dprivate
m_idstaplegl::texture_2dprivate
m_resolutionstaplegl::texture_2dprivate
m_unitstaplegl::texture_2dprivate
operator=(const texture_2d &) -> texture_2d &=deletestaplegl::texture_2d
operator=(texture_2d &&other) noexcept -> texture_2d &staplegl::texture_2dinline
set_data(std::span< const float > data, resolution res, texture_color color, bool generate_mipmap=false)staplegl::texture_2dinline
set_unit(std::uint32_t unit_offset)staplegl::texture_2dinline
texture_2d()=defaultstaplegl::texture_2d
texture_2d(std::span< const T > data, resolution res, texture_color color, texture_filter filters, tex_samples samples=tex_samples::MSAA_X1, bool generate_mipmap=false) noexceptstaplegl::texture_2dinline
texture_2d(const texture_2d &)=deletestaplegl::texture_2d
texture_2d(texture_2d &&other) noexceptstaplegl::texture_2dinline
unbind() conststaplegl::texture_2dinline
~texture_2d()staplegl::texture_2dinline