#include <ddsfile.h>
|  | 
| GLsizei | _width | 
|  | The width of the texture in pixels. 
 | 
|  | 
| GLsizei | _height | 
|  | The height of the texture in pixels. 
 | 
|  | 
| GLenum | _pixelFormat | 
|  | The OpenGL pixel format. 
 | 
|  | 
| GLenum | _pixelType | 
|  | The OpenGL pixel type. 
 | 
|  | 
| GLenum | _internalFormat | 
|  | The OpenGL internal format. 
 | 
|  | 
| GLuint | _textureID | 
|  | The OpenGL texture id. 
 | 
|  | 
| GLuint | _numMipmaps | 
|  | The number of mip maps generated. 
 | 
|  | 
| std::vector< GLubyte > | _texels | 
|  | The image data. 
 | 
|  | 
The DDSTextureInfo struct. Holds the file header information of the DDS format. 
The documentation for this struct was generated from the following file: