28 #ifndef __OgrePVRTCCodec_H__ 29 #define __OgrePVRTCCodec_H__ 51 void flipEndian(
void * pData,
size_t size,
size_t count)
const;
52 void flipEndian(
void * pData,
size_t size)
const;
68 String magicNumberToFileExt(
const char *magicNumberPtr,
size_t maxbytes)
const;
70 virtual String getType()
const;
73 static void startup(
void);
75 static void shutdown(
void);
static PVRTCCodec * msInstance
Single registered codec instance.
Codec specialized in loading PVRTC (PowerVR) images.
Codec specialized in images.
This source file is part of OGRE (Object-oriented Graphics Rendering Engine) For the latest info...
std::pair< MemoryDataStreamPtr, CodecDataPtr > DecodeResult
Result of a decoding; both a decoded data stream and CodecData metadata.