StapleGL
Header-only C++20 OpenGL wrapper
|
This is the complete list of members for staplegl::cubemap, including all inherited members.
bind() const | staplegl::cubemap | inline |
color() const noexcept -> texture_color | staplegl::cubemap | inline |
cubemap(std::span< std::span< std::byte >, 6 > data, resolution res, texture_color color, texture_filter filter, bool generate_mipmaps=false) noexcept | staplegl::cubemap | inline |
cubemap(const cubemap &)=delete | staplegl::cubemap | |
cubemap(cubemap &&other) noexcept | staplegl::cubemap | inline |
id() const noexcept -> uint32_t | staplegl::cubemap | inline |
m_color | staplegl::cubemap | private |
m_filter | staplegl::cubemap | private |
m_id | staplegl::cubemap | private |
m_res | staplegl::cubemap | private |
operator=(const cubemap &) -> cubemap &=delete | staplegl::cubemap | |
operator=(cubemap &&other) noexcept -> cubemap & | staplegl::cubemap | inline |
res() const noexcept -> resolution | staplegl::cubemap | inline |
set_unit(std::uint32_t unit_offset) const | staplegl::cubemap | inline |
unbind() | staplegl::cubemap | inlinestatic |
~cubemap() noexcept | staplegl::cubemap | inline |