GenericTexture Class Reference
#include <tiletex.h>
List of all members.
Constructor & Destructor Documentation
| GenericTexture::GenericTexture |
( |
|
) |
|
| virtual GenericTexture::~GenericTexture |
( |
|
) |
[virtual] |
Member Function Documentation
| bool GenericTexture::load_texture |
( |
const char * |
filename, |
|
|
MipMapOptions |
mip_opt, |
|
|
tex_proc_func |
proc = NULL, |
|
|
bool |
force_power_of_two = true | |
|
) |
| | |
| bool GenericTexture::load_texture |
( |
unsigned char * |
pixels, |
|
|
unsigned int |
w, |
|
|
unsigned int |
h, |
|
|
MipMapOptions |
mip_opt | |
|
) |
| | |
| void GenericTexture::unload_texture |
( |
|
) |
|
| unsigned int GenericTexture::width |
( |
|
) |
const [inline] |
| unsigned int GenericTexture::height |
( |
|
) |
const [inline] |
| void GenericTexture::bind |
( |
|
) |
const |
| unsigned int GenericTexture::orig_width |
( |
|
) |
const [inline] |
| unsigned int GenericTexture::orig_height |
( |
|
) |
const [inline] |
Member Data Documentation
The documentation for this class was generated from the following file: