#include <framebuffer.h>
Public Types | |
typedef BoundFramebuffer | BaseType |
typedef BoundReadDrawFramebuffer | ThisType |
Public Member Functions | |
BoundReadDrawFramebuffer (void) | |
bool | readColorPixels (GLint index, GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *data) |
bool | readDepthPixels (GLint x, GLint y, GLsizei width, GLsizei height, GLenum type, GLvoid *data) |
bool | readStencilPixels (GLint x, GLint y, GLsizei width, GLsizei height, GLenum type, GLvoid *data) |
Protected Member Functions | |
BoundReadDrawFramebuffer (const FramebufferHandle &handle, const ReadDrawFramebufferBindingParams ¶ms) | |
Friends | |
class | Context |
Definition at line 737 of file framebuffer.h.
Reimplemented from glw::BoundFramebuffer.
Definition at line 743 of file framebuffer.h.
Reimplemented from glw::BoundFramebuffer.
Definition at line 744 of file framebuffer.h.
glw::BoundReadDrawFramebuffer::BoundReadDrawFramebuffer | ( | void | ) | [inline] |
Definition at line 746 of file framebuffer.h.
glw::BoundReadDrawFramebuffer::BoundReadDrawFramebuffer | ( | const FramebufferHandle & | handle, |
const ReadDrawFramebufferBindingParams & | params | ||
) | [inline, protected] |
Definition at line 769 of file framebuffer.h.
bool glw::BoundReadDrawFramebuffer::readColorPixels | ( | GLint | index, |
GLint | x, | ||
GLint | y, | ||
GLsizei | width, | ||
GLsizei | height, | ||
GLenum | format, | ||
GLenum | type, | ||
GLvoid * | data | ||
) | [inline] |
Definition at line 752 of file framebuffer.h.
bool glw::BoundReadDrawFramebuffer::readDepthPixels | ( | GLint | x, |
GLint | y, | ||
GLsizei | width, | ||
GLsizei | height, | ||
GLenum | type, | ||
GLvoid * | data | ||
) | [inline] |
Definition at line 757 of file framebuffer.h.
bool glw::BoundReadDrawFramebuffer::readStencilPixels | ( | GLint | x, |
GLint | y, | ||
GLsizei | width, | ||
GLsizei | height, | ||
GLenum | type, | ||
GLvoid * | data | ||
) | [inline] |
Definition at line 762 of file framebuffer.h.
friend class Context [friend] |
Reimplemented from glw::BoundFramebuffer.
Definition at line 739 of file framebuffer.h.