#include <framebuffer.h>
Public Types | |
typedef void | BaseType |
typedef Map::const_iterator | ConstIterator |
typedef Map::iterator | Iterator |
typedef std::map< GLuint, GLuint > | Map |
typedef RenderTargetBinding | ThisType |
typedef Map::value_type | Value |
Public Member Functions | |
void | clear (void) |
GLuint | operator[] (GLuint attachmentIndex) const |
GLuint & | operator[] (GLuint attachmentIndex) |
RenderTargetBinding (void) | |
Public Attributes | |
Map | bindings |
Definition at line 115 of file framebuffer.h.
typedef void glw::RenderTargetBinding::BaseType |
Definition at line 119 of file framebuffer.h.
typedef Map::const_iterator glw::RenderTargetBinding::ConstIterator |
Definition at line 123 of file framebuffer.h.
typedef Map::iterator glw::RenderTargetBinding::Iterator |
Definition at line 124 of file framebuffer.h.
typedef std::map<GLuint, GLuint> glw::RenderTargetBinding::Map |
Definition at line 122 of file framebuffer.h.
Definition at line 120 of file framebuffer.h.
typedef Map::value_type glw::RenderTargetBinding::Value |
Definition at line 125 of file framebuffer.h.
glw::RenderTargetBinding::RenderTargetBinding | ( | void | ) | [inline] |
Definition at line 129 of file framebuffer.h.
void glw::RenderTargetBinding::clear | ( | void | ) | [inline] |
Definition at line 134 of file framebuffer.h.
GLuint glw::RenderTargetBinding::operator[] | ( | GLuint | attachmentIndex | ) | const [inline] |
Definition at line 139 of file framebuffer.h.
GLuint& glw::RenderTargetBinding::operator[] | ( | GLuint | attachmentIndex | ) | [inline] |
Definition at line 144 of file framebuffer.h.
Definition at line 127 of file framebuffer.h.