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

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

assert_completeness() -> boolstaplegl::framebufferinlinestatic
attachment() const -> fbo_attachmentstaplegl::framebufferinline
bind() conststaplegl::framebufferinline
bind_default()staplegl::framebufferinlinestatic
framebuffer() noexceptstaplegl::framebufferinline
framebuffer(const framebuffer &)=deletestaplegl::framebuffer
framebuffer(framebuffer &&other) noexceptstaplegl::framebufferinline
get_renderbuffer() const -> const std::optional< renderbuffer > &staplegl::framebuffer
id() const -> std::uint32_tstaplegl::framebufferinline
m_attachmentstaplegl::framebufferprivate
m_idstaplegl::framebufferprivate
m_renderbufferstaplegl::framebufferprivate
operator=(const framebuffer &) -> framebuffer &=deletestaplegl::framebuffer
operator=(framebuffer &&other) noexcept -> framebuffer &staplegl::framebufferinline
set_renderbuffer(resolution res, fbo_attachment attachment=fbo_attachment::ATTACH_DEPTH_STENCIL_BUFFER, tex_samples samples=tex_samples::MSAA_X1)staplegl::framebufferinline
set_texture(texture_2d const &tex, size_t index=0) conststaplegl::framebufferinline
set_viewport(resolution res)staplegl::framebufferinlinestatic
transfer_data(framebuffer const &src, framebuffer const &dst, resolution res)staplegl::framebufferinlinestatic
unbind()staplegl::framebufferinlinestatic
~framebuffer()staplegl::framebufferinline