xoreos  0.0.5
Namespaces | Variables
texture.cpp File Reference

A texture as used in the Aurora engines. More...

#include <cassert>
#include "src/common/types.h"
#include "src/common/util.h"
#include "src/common/strutil.h"
#include "src/common/error.h"
#include "src/common/readstream.h"
#include "src/graphics/aurora/texture.h"
#include "src/graphics/aurora/pltfile.h"
#include "src/graphics/types.h"
#include "src/graphics/graphics.h"
#include "src/graphics/images/txi.h"
#include "src/graphics/images/decoder.h"
#include "src/graphics/images/cubemapcombiner.h"
#include "src/graphics/images/tga.h"
#include "src/graphics/images/dds.h"
#include "src/graphics/images/tpc.h"
#include "src/graphics/images/txb.h"
#include "src/graphics/images/sbm.h"
#include "src/graphics/images/xoreositex.h"
#include "src/events/requests.h"
#include "src/aurora/resman.h"
Include dependency graph for texture.cpp:

Go to the source code of this file.

Namespaces

 Graphics
 
 Graphics::Aurora
 

Variables

static const TXI Graphics::Aurora::kEmptyTXI
 

Detailed Description

A texture as used in the Aurora engines.

Definition in file texture.cpp.