Wrappers for functions selecting the buffers for read/write operations. More...
#include </home/chochlik/devel/oglplus/include/oglplus/context/buffer_selection.hpp>

Public Types | |
|
typedef OneOf< GLenum, std::tuple < oglplus::ColorBuffer, oglplus::FramebufferColorAttachment > > | ColorBuffer |
| Color buffer specification type. | |
Static Public Member Functions | |
| static void | DrawBuffer (ColorBuffer buffer) |
| Sets the destination color buffer for draw operations. More... | |
| static void | DrawBuffers (const EnumArray< ColorBuffer > &buffers) |
| Sets the destination color buffers for draw operations. More... | |
| static void | ReadBuffer (ColorBuffer buffer) |
| Sets the source color buffer for read operations. More... | |
Wrappers for functions selecting the buffers for read/write operations.
|
static |
Sets the destination color buffer for draw operations.
|
static |
Sets the destination color buffers for draw operations.
|
static |
Sets the source color buffer for read operations.