createTexture abstract method
Decodes the specified image data and creates a texture.
Implementation
Future<ThermionTexture> createTexture(Uint8List data);
Decodes the specified image data and creates a texture.
Future<ThermionTexture> createTexture(Uint8List data);