#include <VTFFormat.h>

Public Attributes | |
| vlChar | TypeString [4] |
| "Magic number" identifier- "VTF\0". | |
| vlUInt | Version [2] |
| Version[0].version[1] (currently 7.2). | |
| vlUInt | HeaderSize |
| Size of the header struct (currently 80 bytes). | |
The VTF file header sits at the start of a VTF file and is used to determine which version of the file is being loaded.
"Magic number" identifier- "VTF\0".
Version[0].version[1] (currently 7.2).
Size of the header struct (currently 80 bytes).
1.5.4