Visualization LibraryA lightweight C++ OpenGL middleware for 2D/3D graphics |
[Home] [Tutorials] [All Classes] [Grouped Classes] |
A stencil renderbuffer to be attached to a FBORenderTarget. More...
#include <FramebufferObject.hpp>
Public Member Functions | |
| virtual const char * | className () |
| Returns the name of the class. | |
| FBOStencilBufferAttachment (EStencilBufferFormat type) | |
| Constructor. | |
| void | setType (EStencilBufferFormat type) |
| The type to specify when allocating the renderbuffer storage. | |
| EStencilBufferFormat | type () const |
| The type to specify when allocating the renderbuffer storage. | |
Protected Member Functions | |
| virtual int | internalType () |
Protected Attributes | |
| EStencilBufferFormat | mType |
A stencil renderbuffer to be attached to a FBORenderTarget.
Definition at line 245 of file FramebufferObject.hpp.
| vl::FBOStencilBufferAttachment::FBOStencilBufferAttachment | ( | EStencilBufferFormat | type ) | [inline] |
Constructor.
Definition at line 251 of file FramebufferObject.hpp.
References VL_DEBUG_SET_OBJECT_NAME.
| virtual const char* vl::FBOStencilBufferAttachment::className | ( | ) | [inline, virtual] |
Returns the name of the class.
Reimplemented from vl::FBORenderbufferAttachment.
Definition at line 248 of file FramebufferObject.hpp.
| void vl::FBOStencilBufferAttachment::setType | ( | EStencilBufferFormat | type ) | [inline] |
The type to specify when allocating the renderbuffer storage.
Definition at line 258 of file FramebufferObject.hpp.
| EStencilBufferFormat vl::FBOStencilBufferAttachment::type | ( | ) | const [inline] |
The type to specify when allocating the renderbuffer storage.
Definition at line 261 of file FramebufferObject.hpp.
| virtual int vl::FBOStencilBufferAttachment::internalType | ( | ) | [inline, protected, virtual] |
Implements vl::FBORenderbufferAttachment.
Definition at line 264 of file FramebufferObject.hpp.
Definition at line 267 of file FramebufferObject.hpp.