Codec specialized in loading ASTC (ARM Adaptive Scalable Texture Compression) images.
More...
#include <OgreASTCCodec.h>
Codec specialized in loading ASTC (ARM Adaptive Scalable Texture Compression) images.
◆ ASTCCodec()
Ogre::ASTCCodec::ASTCCodec |
( |
| ) |
|
◆ ~ASTCCodec()
Ogre::ASTCCodec::~ASTCCodec |
( |
| ) |
|
|
inlineoverride |
◆ decode()
Codes the data from the input chunk into the output chunk.
- Parameters
-
input | Stream containing the encoded data |
Implements Ogre::Codec.
◆ encode()
Codes the data in the input stream and saves the result in the output stream.
Implements Ogre::Codec.
◆ encodeToFile()
Codes the data in the input chunk and saves the result in the output filename provided.
Provided for efficiency since coding to memory is progressive therefore memory required is unknown leading to reallocations.
- Parameters
-
input | The input data |
outFileName | The filename to write to |
pData | Extra information to be passed to the codec (codec type specific) |
Implements Ogre::Codec.
◆ getType()
String Ogre::ASTCCodec::getType |
( |
| ) |
const |
|
overridevirtual |
Returns the type of the codec as a String.
Implements Ogre::Codec.
◆ magicNumberToFileExt()
String Ogre::ASTCCodec::magicNumberToFileExt |
( |
const char * |
magicNumberPtr, |
|
|
size_t |
maxbytes |
|
) |
| const |
|
overridevirtual |
Maps a magic number header to a file extension, if this codec recognises it.
- Parameters
-
magicNumberPtr | Pointer to a stream of bytes which should identify the file. Note that this may be more than needed - each codec may be looking for a different size magic number. |
maxbytes | The number of bytes passed |
- Returns
- A blank string if the magic number was unknown, or a file extension.
Implements Ogre::Codec.
◆ shutdown()
static void Ogre::ASTCCodec::shutdown |
( |
| ) |
|
|
static |
Static method to shutdown and unregister the ASTC codec.
◆ startup()
static void Ogre::ASTCCodec::startup |
( |
| ) |
|
|
static |
Static method to startup and register the ASTC codec.
◆ validateMagicNumber()
ValidationStatus Ogre::ASTCCodec::validateMagicNumber |
( |
const char * |
magicNumberPtr, |
|
|
size_t |
maxbytes |
|
) |
| const |
|
overridevirtual |
validateMagicNumber Returns whether a magic number header matches this codec.
At least 4 bytes must be supplied.
- Parameters
-
magicNumberPtr | Pointer to a stream of bytes which should identify the file. Note that this may be more than needed - each codec may be looking for a different size magic number. |
maxbytes | The number of bytes passed |
- Returns
- Validation status.
Implements Ogre::Codec.
The documentation for this class was generated from the following file: