createTexture method
InternalTexture
createTexture(
- String url,
- bool noMipmap,
- bool invertY,
- ISceneLike scene, [
- num samplingMode,
- void onLoad(),
- void onError(
- String message,
- dynamic exception
- dynamic buffer,
- InternalTexture fallback,
- num format,
- String forcedExtension,
- String mimeType,
- dynamic loaderOptions,
Implementation
external InternalTexture createTexture(String url, bool noMipmap, bool invertY, ISceneLike scene, [num samplingMode, void Function() onLoad, void Function(String message, dynamic exception) onError, dynamic buffer, InternalTexture fallback, num format, String forcedExtension, String mimeType, dynamic loaderOptions]);