#include <Texture.h>
Public Member Functions | |
| Texture (const char *) | |
Public Attributes | |
| int | mWidth |
| int | mHeight |
| GLuint | mId |
| GLubyte * | mData |
| char | mFilename [100] |
| bool | mIsInitialized |
| glotzopengl::Texture::Texture | ( | const char * | filename | ) |
| GLuint glotzopengl::Texture::mId |
| GLubyte* glotzopengl::Texture::mData |
| char glotzopengl::Texture::mFilename[100] |
1.5.3