Interface ITextureDecoder

ITextureDecoder interface

External texture decoder should implement this interface for decoding.

public interface ITextureDecoder

Methods

NameDescription
Decode(Stream, bool)Decode texture from stream, return null if failed to decode.

See Also