#include <CGenericTexture.h>

| Public Member Functions | |
| cGenericTexture () | |
| Constructor of cGenericTexture. | |
| virtual | ~cGenericTexture () | 
| Destructor of cGenericTexture. | |
| virtual bool | loadFromFile (const char *a_fileName) | 
| Load an image file (CHAI currently supports 24-bit .bmp and 32-bit .tga files). | |
| virtual void | render () | 
| Enable texturing and set this texture as the current texture. | |
| virtual void | markForUpdate () | 
| Call this to force texture re-initialization. | |