Pyrogenesis
13997
|
Go to the source code of this file.
Classes | |
struct | TgaHeader |
Enumerations | |
enum | TgaImgType { TGA_TRUE_COLOUR = 2, TGA_GREY = 3 } |
enum | TgaImgDesc { TGA_RIGHT_TO_LEFT = BIT(4), TGA_TOP_DOWN = BIT(5) } |
Functions | |
static Status | tga_transform (Tex *t, size_t transforms) |
static bool | tga_is_hdr (const u8 *file) |
static bool | tga_is_ext (const OsPath &extension) |
static size_t | tga_hdr_size (const u8 *file) |
static Status | tga_decode (rpU8 data, size_t size, Tex *RESTRICT t) |
static Status | tga_encode (Tex *RESTRICT t, DynArray *RESTRICT da) |
TEX_CODEC_REGISTER (tga) | |
enum TgaImgDesc |
Enumerator | |
---|---|
TGA_RIGHT_TO_LEFT | |
TGA_TOP_DOWN |
Definition at line 41 of file tex_tga.cpp.
enum TgaImgType |
Enumerator | |
---|---|
TGA_TRUE_COLOUR | |
TGA_GREY |
Definition at line 35 of file tex_tga.cpp.
TEX_CODEC_REGISTER | ( | tga | ) |
Definition at line 115 of file tex_tga.cpp.
Definition at line 147 of file tex_tga.cpp.
|
static |
Definition at line 102 of file tex_tga.cpp.
|
static |
Definition at line 96 of file tex_tga.cpp.
|
static |
Definition at line 76 of file tex_tga.cpp.
Definition at line 70 of file tex_tga.cpp.