ITextureDecoder class

ITextureDecoder class

External texture decoder should implement this interface for decoding.

The ITextureDecoder type exposes the following members:

Methods

MethodDescription
decodeDecode texture from stream, return null if failed to decode.

See Also