#include <imagedds.h>
Public Member Functions | |
| DdsLoadInfo () | |
| Constructor. | |
| ~DdsLoadInfo () | |
| Destructor. | |
Public Attributes | |
| bool | compressed |
| bool | swap |
| bool | palette |
| unsigned int | divSize |
| unsigned int | blockBytes |
| GLenum | internalFormat |
| GLenum | externalFormat |
| GLenum | type |
| DDS_header | header |
| unsigned char * | data |
Definition at line 172 of file imagedds.h.
| VRUT::ImageDDS::DdsLoadInfo::DdsLoadInfo | ( | ) | [inline] |
| VRUT::ImageDDS::DdsLoadInfo::~DdsLoadInfo | ( | ) | [inline] |
Definition at line 174 of file imagedds.h.
Definition at line 175 of file imagedds.h.
Definition at line 176 of file imagedds.h.
| unsigned int VRUT::ImageDDS::DdsLoadInfo::divSize |
Definition at line 177 of file imagedds.h.
| unsigned int VRUT::ImageDDS::DdsLoadInfo::blockBytes |
Definition at line 178 of file imagedds.h.
Definition at line 179 of file imagedds.h.
Definition at line 180 of file imagedds.h.
Definition at line 181 of file imagedds.h.
Definition at line 182 of file imagedds.h.
| unsigned char* VRUT::ImageDDS::DdsLoadInfo::data |
Definition at line 183 of file imagedds.h.
1.5.5