ITextureDecoder class

ITextureDecoder class

External texture decoder should implement this interface for decoding.

The ITextureDecoder type exposes the following members:

Methods

MethodDescription
decode(self, stream, reverse_y)Decode texture from stream, return null if failed to decode.

See Also