Texture Class Reference
#include <fbo.h>
List of all members.
Public Member Functions |
| void | Del (void) |
| virtual GLint | Dimensions (void) const =0 |
| GLenum | Format (void) const |
| void | Gen (void) |
| virtual GLsizei | Size (const unsigned int i) const =0 |
| virtual GLenum | Target (void) const =0 |
| | Texture (void) |
Protected Member Functions |
| void | DoBind (void) |
| void | DoUnbind (void) |
Protected Attributes |
| GLenum | format |
Detailed Description
Definition at line 77 of file fbo.h.
Constructor & Destructor Documentation
| Texture::Texture |
( |
void |
|
) |
[inline] |
Definition at line 80 of file fbo.h.
Member Function Documentation
| void Texture::Del |
( |
void |
|
) |
[inline, virtual] |
| virtual GLint Texture::Dimensions |
( |
void |
|
) |
const [pure virtual] |
| void Texture::DoBind |
( |
void |
|
) |
[inline, protected, virtual] |
| void Texture::DoUnbind |
( |
void |
|
) |
[inline, protected, virtual] |
| GLenum Texture::Format |
( |
void |
|
) |
const [inline] |
Definition at line 98 of file fbo.h.
| void Texture::Gen |
( |
void |
|
) |
[inline, virtual] |
| virtual GLsizei Texture::Size |
( |
const unsigned int |
i |
) |
const [pure virtual] |
| virtual GLenum Texture::Target |
( |
void |
|
) |
const [pure virtual] |
Member Data Documentation
The documentation for this class was generated from the following file: