VTFLib
A C and C++ API that, with a few simple functions, can open and save .vtf and .vmt files.
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Fields
SVTFFileHeader Struct Reference

VTFFileHeader struct. More...

#include <VTFFormat.h>

Inheritance diagram for SVTFFileHeader:
SVTFHeader_70 SVTFHeader_70_A SVTFHeader_71 SVTFHeader_71_A SVTFHeader_72 SVTFHeader_72_A SVTFHeader_73 SVTFHeader_73_A SVTFHeader_74 SVTFHeader_74_A SVTFHeader_75 SVTFHeader_75_A

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)
 

Detailed Description

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.


The documentation for this struct was generated from the following file: