xoreos
0.0.5
|
TPC (BioWare's own texture format) loading. More...
#include <cstring>
#include "src/common/scopedptr.h"
#include "src/common/util.h"
#include "src/common/maths.h"
#include "src/common/error.h"
#include "src/common/memreadstream.h"
#include "src/graphics/images/tpc.h"
#include "src/graphics/images/util.h"
Go to the source code of this file.
Namespaces | |
Graphics | |
Variables | |
static const byte | kEncodingGray = 0x01 |
static const byte | kEncodingRGB = 0x02 |
static const byte | kEncodingRGBA = 0x04 |
static const byte | kEncodingSwizzledBGRA = 0x0C |
TPC (BioWare's own texture format) loading.
Definition in file tpc.cpp.
|
static |
Definition at line 36 of file tpc.cpp.
Referenced by Graphics::TPC::readData(), and Graphics::TPC::readHeader().
|
static |
Definition at line 37 of file tpc.cpp.
Referenced by Graphics::TPC::readHeader().
|
static |
Definition at line 38 of file tpc.cpp.
Referenced by Graphics::TPC::readHeader().
|
static |
Definition at line 39 of file tpc.cpp.
Referenced by Graphics::TPC::readData(), and Graphics::TPC::readHeader().