copyTo

expect abstract fun copyTo(target: ArrayCubemap, layer: Int, fromLevel: Int = 0, toLevel: Int = 0)(source)
expect abstract fun copyTo(target: Cubemap, fromLevel: Int = 0, toLevel: Int = 0)(source)
expect abstract fun copyTo(target: ColorBuffer, fromSide: CubemapSide, fromLevel: Int = 0, toLevel: Int = 0)(source)
actual abstract fun copyTo(target: ArrayCubemap, layer: Int, fromLevel: Int, toLevel: Int)(source)
actual abstract fun copyTo(target: Cubemap, fromLevel: Int, toLevel: Int)(source)
actual abstract fun copyTo(target: ColorBuffer, fromSide: CubemapSide, fromLevel: Int, toLevel: Int)(source)
actual abstract fun copyTo(target: ArrayCubemap, layer: Int, fromLevel: Int, toLevel: Int)(source)
actual abstract fun copyTo(target: Cubemap, fromLevel: Int, toLevel: Int)(source)
actual abstract fun copyTo(target: ColorBuffer, fromSide: CubemapSide, fromLevel: Int, toLevel: Int)(source)