encode method
encode
Encode texture data into stream
def encode(self, texture, stream):
...
Parameter | Type | Description |
---|---|---|
texture | TextureData | The texture data to be encoded |
stream | io.RawIOBase | The output stream |
Exceptions
Exception | Description |
---|---|
IOException |
See Also
- module
aspose.threed.render
- class
ITextureEncoder