VTFLib
A C and C++ API that, with a few simple functions, can open and save .vtf and .vmt files.
|
VTFImageFormat info struct. More...
#include <VTFFile.h>
Data Fields | |
const vlChar * | lpName |
Enumeration text equivalent. | |
vlUInt | uiBitsPerPixel |
Format bits per pixel. | |
vlUInt | uiBytesPerPixel |
Format bytes per pixel. | |
vlUInt | uiRedBitsPerPixel |
Format red bits per pixel. 0 for N/A. | |
vlUInt | uiGreenBitsPerPixel |
Format green bits per pixel. 0 for N/A. | |
vlUInt | uiBlueBitsPerPixel |
Format blue bits per pixel. 0 for N/A. | |
vlUInt | uiAlphaBitsPerPixel |
Format alpha bits per pixel. 0 for N/A. | |
vlBool | bIsCompressed |
Format is compressed (DXT). | |
vlBool | bIsSupported |
Format is supported by VTFLib. | |
VTFImageFormat info struct.
The SVTFImageFormatInfo struct provides information on VTF image formats.