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