copyTo

expect abstract fun copyTo(layer: Int, target: ColorBuffer, fromLevel: Int = 0, toLevel: Int = 0)(source)

Copy contents in layer to target ColorBuffer

Parameters

layer

the layer to copy contents from

target

the target to copy contents to


expect abstract fun copyTo(layer: Int, target: ArrayTexture, targetLayer: Int, fromLevel: Int = 0, toLevel: Int = 0)(source)

Copy contents in layer to target ColorBuffer

Parameters

layer

the layer to copy contents from

target

the layer array texture to copy contents to

targetLayer

the layer of the target array texture to copy contents to

actual abstract fun copyTo(layer: Int, target: ColorBuffer, fromLevel: Int, toLevel: Int)(source)

Copy contents in layer to target ColorBuffer

Parameters

layer

the layer to copy contents from

target

the target to copy contents to


actual abstract fun copyTo(layer: Int, target: ArrayTexture, targetLayer: Int, fromLevel: Int, toLevel: Int)(source)

Copy contents in layer to target ColorBuffer

Parameters

layer

the layer to copy contents from

target

the layer array texture to copy contents to

targetLayer

the layer of the target array texture to copy contents to

actual abstract fun copyTo(layer: Int, target: ColorBuffer, fromLevel: Int, toLevel: Int)(source)

Copy contents in layer to target ColorBuffer

Parameters

layer

the layer to copy contents from

target

the target to copy contents to


actual abstract fun copyTo(layer: Int, target: ArrayTexture, targetLayer: Int, fromLevel: Int, toLevel: Int)(source)

Copy contents in layer to target ColorBuffer

Parameters

layer

the layer to copy contents from

target

the layer array texture to copy contents to

targetLayer

the layer of the target array texture to copy contents to