#include <DTextures.h>
Inheritance diagram for DTexData:
TODO: Detailed Class Description
Public Attributes | |
GLuint | texName |
The ID of the texture. | |
GLuint | width |
Width of the texture. | |
GLuint | height |
Height of the texture. | |
GLubyte * | image |
The texture-data. | |
char * | name |
The name of the texture (= the name of the texture-file). |