Magnum::GL::Framebuffer::BufferAttachment class

Buffer attachment.

Public static variables

static const BufferAttachment Depth
Depth buffer.
static const BufferAttachment Stencil
Stencil buffer.
static const BufferAttachment DepthStencil
Both depth and stencil buffer.

Constructors, destructors, conversion operators

BufferAttachment(Framebuffer::ColorAttachment attachment) constexpr
Color buffer.

Variable documentation

static const BufferAttachment Magnum::GL::Framebuffer::BufferAttachment::DepthStencil

Both depth and stencil buffer.