Pyrogenesis  trunk
Classes | Enumerations
tex_tga.cpp File Reference
#include "precompiled.h"
#include "lib/byte_order.h"
#include "tex_codec.h"
#include "lib/bits.h"
Include dependency graph for tex_tga.cpp:

Classes

struct  TgaHeader
 

Enumerations

enum  TgaImgType { TGA_TRUE_COLOR = 2, TGA_GREY = 3 }
 
enum  TgaImgDesc { TGA_RIGHT_TO_LEFT = BIT(4), TGA_TOP_DOWN = BIT(5) }
 

Enumeration Type Documentation

◆ TgaImgDesc

enum TgaImgDesc
Enumerator
TGA_RIGHT_TO_LEFT 
TGA_TOP_DOWN 

◆ TgaImgType

enum TgaImgType
Enumerator
TGA_TRUE_COLOR 
TGA_GREY