Loading...
Searching...
No Matches
Go to the documentation of this file.
29#define VBN_MAGIC 0x900df11e
33#define VBN_HEADER_SIZE 192
35#define VBN_FORMAT_RAW 0
36#define VBN_FORMAT_LZ 1
37#define VBN_FORMAT_DXT1 2
38#define VBN_FORMAT_DXT5 3
40#define VBN_COMPRESSION_NONE 0
41#define VBN_COMPRESSION_LZW 0x100
43#define VBN_PIX_ALPHA 0
44#define VBN_PIX_LUMINANCE 1
45#define VBN_PIX_LUMINANCE_ALPHA 2
48#define VBN_PIX_INDEX 6