write

expect abstract fun write(side: CubemapSide, source: MPPBuffer, sourceFormat: ColorFormat, sourceType: ColorType, x: Int, y: Int, width: Int, height: Int, level: Int)(source)
abstract fun write(side: CubemapSide, source: TexImageSource, sourceFormat: ColorFormat = this.format, sourceType: ColorType = this.type, x: Int = 0, y: Int = 0, level: Int = 0)(source)
abstract fun write(side: CubemapSide, source: ArrayBufferView, sourceFormat: ColorFormat, sourceType: ColorType, x: Int = 0, y: Int = 0, width: Int = this.width, height: Int = this.width, level: Int = 0)(source)
actual abstract fun write(side: CubemapSide, source: MPPBuffer, sourceFormat: ColorFormat, sourceType: ColorType, x: Int, y: Int, width: Int, height: Int, level: Int)(source)
abstract fun write(side: CubemapSide, source: ByteBuffer, sourceFormat: ColorFormat = format, sourceType: ColorType = type, level: Int = 0)(source)
actual abstract fun write(side: CubemapSide, source: MPPBuffer, sourceFormat: ColorFormat, sourceType: ColorType, x: Int, y: Int, width: Int, height: Int, level: Int)(source)