Types related to Framebuffer. More...
#include </home/chochlik/devel/oglplus/include/oglplus/framebuffer.hpp>
Public Types | |
typedef OneOf< GLenum, std::tuple< FramebufferBuffer, FramebufferAttachment, FramebufferColorAttachment > > | Buffer |
Buffer of default FB or attachment of a FBO. | |
typedef OneOf< GLenum, std::tuple < FramebufferAttachment, FramebufferColorAttachment > > | Attachment |
Attachment of a Framebuffer. | |
typedef FramebufferStatus | Status |
Status of a Framebuffer. | |
Types related to Framebuffer.