Interface ITextureEncoder

ITextureEncoder interface

External texture encoder should implement this interface for encoding.

public interface ITextureEncoder

Properties

NameDescription
FileExtension { get; }File extension name(without dot) of the this encoder

Methods

NameDescription
Encode(TextureData, Stream)Encode texture data into stream

See Also