#include <Texture.h>
Public Attributes | |
| GLubyte * | imageData |
| GLuint | bpp |
| GLuint | width |
| GLuint | height |
| GLuint | texID |
| GLuint | type |
Creates a struct for a Texture.
Definition at line 26 of file Texture.h.
|
|
Image Color Depth In Bits Per Pixel |
|
|
Image Height |
|
|
Image Data (Up To 32 Bits) |
|
|
Texture ID Used To Select A Texture |
|
|
Image Type (GL_RGB, GL_RGBA) |
|
|
Image Width |
1.4.1