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