#include <VTFFormat.h>
Public Attributes | |
| union { | |
| vlUInt Type | |
| struct { | |
| vlByte ID [3] | |
| Unique resource ID. | |
| vlByte Flags | |
| Resource flags. | |
| } | |
| }; | |
| vlUInt | Data |
| Resource data (e.g. for a CRC) or offset from start of the file. | |
Unique resource ID.
Resource flags.
| union { ... } |
Resource data (e.g. for a CRC) or offset from start of the file.
1.5.4