|
static void | PixelStore (PixelStorageMode parameter, GLfloat value) |
| Sets the value of a pixel storage parameter . More...
|
|
static void | PixelStore (PixelStorageMode parameter, GLint value) |
| Sets the value of a pixel storage parameter . More...
|
|
static void | ReadPixels (GLint x, GLint y, GLsizei width, GLsizei height, PixelDataFormat format, PixelDataType type, void *data) |
| Sets the value of a pixel storage parameter . More...
|
|
static void | BlitFramebuffer (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, Bitfield< oglplus::BufferSelectBit > mask, BlitFilter filter) |
| Transfers a rectangle of pixels from the read buffer the draw buffer. More...
|
|
static void | BlitFramebuffer (FramebufferName read, FramebufferName draw, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, Bitfield< oglplus::BufferSelectBit > mask, BlitFilter filter) |
| Transfers a rectangle of pixels from the read buffer the draw buffer. More...
|
|
Wrapper for the pixel storage and transfer operations.