TextureCodec class

TextureCodec class

Class to manage encoders and decoders for textures.

The TextureCodec type exposes the following members:

Constructors

ConstructorDescription
initConstructs a new instance of TextureCodec

Methods

MethodDescription
get_supported_encoder_formatsGets all supported encoder formats
register_codecRegister a set of texture encoders and decoders
encodeEncode texture data into stream using specified format
decodeDecode texture data from stream

See Also