3Depict
|
#include <textures.h>
Public Attributes | |
GLuint | glID |
GLuint | width |
GLuint | height |
GLuint | depth |
unsigned char * | data |
unsigned char* texture::data |
Referenced by TexturePool::genTexID(), pngTexture(), and pngTexture3D().
GLuint texture::depth |
Referenced by pngTexture3D().
GLuint texture::glID |
Referenced by TexturePool::genTexID(), TexturePool::openTexture(), TexturePool::openTexture3D(), pngTexture(), and pngTexture3D().
GLuint texture::height |
Referenced by pngTexture(), and pngTexture3D().
GLuint texture::width |
Referenced by pngTexture(), and pngTexture3D().