Visualization Library v1.0.3A lightweight C++ OpenGL middleware for 2D/3D graphics |
[Download] [Tutorials] [All Classes] [Grouped Classes] |
A color renderbuffer to be attached to a FramebufferObject. More...
#include <FramebufferObject.hpp>
Public Member Functions | |
FBOColorBufferAttachment (EColorBufferFormat type=CBF_RGBA) | |
Constructor. | |
void | setType (EColorBufferFormat type) |
The type to specify when allocating the renderbuffer storage. | |
EColorBufferFormat | type () const |
The type to specify when allocating the renderbuffer storage. | |
Protected Member Functions | |
virtual int | internalType () |
Protected Attributes | |
EColorBufferFormat | mType |
A color renderbuffer to be attached to a FramebufferObject.
Definition at line 188 of file FramebufferObject.hpp.
vl::FBOColorBufferAttachment::FBOColorBufferAttachment | ( | EColorBufferFormat | type = CBF_RGBA ) |
[inline] |
Constructor.
Definition at line 194 of file FramebufferObject.hpp.
References VL_DEBUG_SET_OBJECT_NAME.
void vl::FBOColorBufferAttachment::setType | ( | EColorBufferFormat | type ) | [inline] |
The type to specify when allocating the renderbuffer storage.
Definition at line 201 of file FramebufferObject.hpp.
EColorBufferFormat vl::FBOColorBufferAttachment::type | ( | ) | const [inline] |
The type to specify when allocating the renderbuffer storage.
Definition at line 204 of file FramebufferObject.hpp.
virtual int vl::FBOColorBufferAttachment::internalType | ( | ) | [inline, protected, virtual] |
Implements vl::FBORenderbufferAttachment.
Definition at line 207 of file FramebufferObject.hpp.
Definition at line 210 of file FramebufferObject.hpp.