Visualization LibraryA lightweight C++ OpenGL middleware for 2D/3D graphics |
[Home] [Tutorials] [All Classes] [Grouped Classes] |
#include <FramebufferObject.hpp>

Public Member Functions | |
| FBOTexture1DAttachment (Texture *texture, int level) | |
| virtual const char * | className () |
| Returns the name of the class. | |
| Texture * | texture () |
| const Texture * | texture () const |
| int | level () const |
| virtual void | bindAttachment (int w, int h, EAttachmentPoint attach_point) |
| Binds this renderbuffer to the currently active framebuffer object (GL_FRAMEBUFFER). | |
Protected Attributes | |
| ref< Texture > | mTexture |
| int | mLevel |
Wraps the function glFramebufferTexture1DEXT.
| vl::FBOTexture1DAttachment::FBOTexture1DAttachment | ( | Texture * | texture, | |
| int | level | |||
| ) | [inline] |
| virtual const char* vl::FBOTexture1DAttachment::className | ( | ) | [inline, virtual] |
| Texture* vl::FBOTexture1DAttachment::texture | ( | ) | [inline] |
| const Texture* vl::FBOTexture1DAttachment::texture | ( | ) | const [inline] |
| int vl::FBOTexture1DAttachment::level | ( | ) | const [inline] |
| void FBOTexture1DAttachment::bindAttachment | ( | int | w, | |
| int | h, | |||
| EAttachmentPoint | attach_point | |||
| ) | [virtual] |
Binds this renderbuffer to the currently active framebuffer object (GL_FRAMEBUFFER).
This function also initializes its storage if 'w' and 'h' differ from the renderbuffer's current width() and height() and the renderbuffer is not a texture.
Implements vl::FBOAttachmentAbstract.
ref<Texture> vl::FBOTexture1DAttachment::mTexture [protected] |
int vl::FBOTexture1DAttachment::mLevel [protected] |