Texture2D Class Reference
#include <fbo.h>
List of all members.
Public Member Functions |
| GLint | Dimensions (void) const |
| GLsizei | Height (void) const |
| bool | Set (GLint level, GLint internalFormat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels) |
| GLsizei | Size (const unsigned int i) const |
| GLenum | Target (void) const |
| | Texture2D (void) |
| GLsizei | Width (void) const |
Protected Member Functions |
| void | DoBind (void) |
| void | DoUnbind (void) |
Protected Attributes |
| GLsizei | dims [2] |
Detailed Description
Definition at line 229 of file fbo.h.
Constructor & Destructor Documentation
| Texture2D::Texture2D |
( |
void |
|
) |
[inline] |
Member Function Documentation
| GLint Texture2D::Dimensions |
( |
void |
|
) |
const [inline, virtual] |
| void Texture2D::DoBind |
( |
void |
|
) |
[inline, protected, virtual] |
| void Texture2D::DoUnbind |
( |
void |
|
) |
[inline, protected, virtual] |
| GLsizei Texture2D::Height |
( |
void |
|
) |
const [inline] |
| bool Texture2D::Set |
( |
GLint |
level, |
|
|
GLint |
internalFormat, |
|
|
GLsizei |
width, |
|
|
GLsizei |
height, |
|
|
GLint |
border, |
|
|
GLenum |
format, |
|
|
GLenum |
type, |
|
|
const GLvoid * |
pixels | |
|
) |
| | [inline] |
| GLsizei Texture2D::Size |
( |
const unsigned int |
i |
) |
const [inline, virtual] |
| GLenum Texture2D::Target |
( |
void |
|
) |
const [inline, virtual] |
| GLsizei Texture2D::Width |
( |
void |
|
) |
const [inline] |
Member Data Documentation
The documentation for this class was generated from the following file: