#include <VTFFile.h>
Public Attributes | |
| 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. | |
The SVTFImageFormatInfo struct provides information on VTF image formats.
Enumeration text equivalent.
Format bits per pixel.
Format bytes per pixel.
Format red bits per pixel. 0 for N/A.
Format green bits per pixel. 0 for N/A.
Format blue bits per pixel. 0 for N/A.
Format alpha bits per pixel. 0 for N/A.
Format is compressed (DXT).
Format is supported by VTFLib.
1.5.4