PixelFormat
Enumerated type containing the supported pixel formats that can be passed to loadFromMemory. 
Definition: Texture.h:61
Each pixel is 4 bytes. RGBA in that order. 
Definition: Texture.h:66
Each pixel is 2 bytes. RGBA in that order. 
Definition: Texture.h:68
S3 DXT1 texture compression (RGBA). 
Definition: Texture.h:80
Each pixel is 3 bytes. RGB in that order. 
Definition: Texture.h:64
Abstract base class specifying the required interface for Texture objects. 
Definition: Texture.h:52
virtual ~Texture()
Destructor for Texture base class. 
Definition: Texture.h:89
S3 DXT1 texture compression (RGBA). 
Definition: Texture.h:78
S3 DXT1 texture compression (RGB). 
Definition: Texture.h:76
Each pixel is 2 bytes. RGB in that order. 
Definition: Texture.h:70
PVR texture compression. Each pixel is 2 bits. 
Definition: Texture.h:72
PVR texture compression. Each pixel is 4 bits. 
Definition: Texture.h:74