VTFLib
A C and C++ API that, with a few simple functions, can open and save .vtf and .vmt files.
|
VTFFileHeader struct. More...
#include <VTFFormat.h>
Data Fields | |
vlChar | TypeString [4] |
"Magic number" identifier- "VTF\0". | |
vlUInt | Version [2] |
Version[0].version1 | |
vlUInt | HeaderSize |
Size of the header struct (currently 80 bytes) | |
VTFFileHeader struct.
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.