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
SVTFImageFormatInfo Struct Reference

VTFImageFormat info struct. More...

#include <VTFFile.h>

Data Fields

const vlCharlpName
 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.
 

Detailed Description

VTFImageFormat info struct.

The SVTFImageFormatInfo struct provides information on VTF image formats.

See Also
VTFImageFormat

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