Visualization LibraryA lightweight C++ OpenGL middleware for 2D/3D graphics |
[Home] [Tutorials] [All Classes] [Grouped Classes] |
A color renderbuffer to be attached to a FBORenderTarget. More...
#include <FramebufferObject.hpp>
Public Member Functions | |
| virtual const char * | className () |
| Returns the name of the class. | |
| FBOColorBufferAttachment (EColorBufferFormat type) | |
| 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 FBORenderTarget.
Definition at line 185 of file FramebufferObject.hpp.
| vl::FBOColorBufferAttachment::FBOColorBufferAttachment | ( | EColorBufferFormat | type ) | [inline] |
Constructor.
Definition at line 191 of file FramebufferObject.hpp.
References VL_DEBUG_SET_OBJECT_NAME.
| virtual const char* vl::FBOColorBufferAttachment::className | ( | ) | [inline, virtual] |
Returns the name of the class.
Reimplemented from vl::FBORenderbufferAttachment.
Definition at line 188 of file FramebufferObject.hpp.
| void vl::FBOColorBufferAttachment::setType | ( | EColorBufferFormat | type ) | [inline] |
The type to specify when allocating the renderbuffer storage.
Definition at line 198 of file FramebufferObject.hpp.
| EColorBufferFormat vl::FBOColorBufferAttachment::type | ( | ) | const [inline] |
The type to specify when allocating the renderbuffer storage.
Definition at line 201 of file FramebufferObject.hpp.
| virtual int vl::FBOColorBufferAttachment::internalType | ( | ) | [inline, protected, virtual] |
Implements vl::FBORenderbufferAttachment.
Definition at line 204 of file FramebufferObject.hpp.
Definition at line 207 of file FramebufferObject.hpp.