static void DrawBuffers(const EnumArray< ColorBuffer > &buffers)
Sets the destination color buffers for draw operations.
Definition: buffer_selection.hpp:56
Wrappers for functions selecting the buffers for read/write operations.
Definition: buffer_selection.hpp:27
static void DrawBuffer(ColorBuffer buffer)
Sets the destination color buffer for draw operations.
Definition: buffer_selection.hpp:45
static void ReadBuffer(ColorBuffer buffer)
Sets the source color buffer for read operations.
Definition: buffer_selection.hpp:76
OneOf< GLenum, std::tuple< oglplus::ColorBuffer, oglplus::FramebufferColorAttachment > > ColorBuffer
Color buffer specification type.
Definition: buffer_selection.hpp:37