createRawTexture method

InternalTexture createRawTexture(
  1. List data,
  2. num width,
  3. num height,
  4. num format,
  5. bool generateMipMaps,
  6. bool invertY,
  7. num samplingMode,
  8. String compression,
  9. num type,
)

Implementation

external InternalTexture createRawTexture(List data, num width, num height, num format, bool generateMipMaps, bool invertY, num samplingMode, String compression, num type);