xoreos
0.0.5
|
Manual S3TC DXTn decompression methods. More...
#include "src/common/types.h"
Go to the source code of this file.
Namespaces | |
Common | |
Graphics | |
Functions | |
void | Graphics::decompressDXT1 (byte *dest, Common::SeekableReadStream &src, uint32 width, uint32 height, uint32 pitch) |
void | Graphics::decompressDXT3 (byte *dest, Common::SeekableReadStream &src, uint32 width, uint32 height, uint32 pitch) |
void | Graphics::decompressDXT5 (byte *dest, Common::SeekableReadStream &src, uint32 width, uint32 height, uint32 pitch) |
Manual S3TC DXTn decompression methods.
Definition in file s3tc.h.