class
#include <Magnum/GL/Framebuffer.h>
InvalidationAttachment Invalidation attachment.
Public static variables
- static const InvalidationAttachment Depth
- Invalidate depth buffer.
- static const InvalidationAttachment Stencil
- Invalidate stencil buffer.
- static const InvalidationAttachment DepthStencil new in Git master
- Invalidate both depth and stencil buffer.
Constructors, destructors, conversion operators
-
InvalidationAttachment(Framebuffer::
ColorAttachment attachment) constexpr - Invalidate color buffer.
Variable documentation
static const InvalidationAttachment Magnum:: GL:: Framebuffer:: InvalidationAttachment:: DepthStencil new in Git master
Invalidate both depth and stencil buffer.