attachLayered

abstract fun attachLayered(arrayTexture: ArrayTexture, level: Int = 0, name: String? = null)(source)
abstract fun attachLayered(arrayCubemap: ArrayCubemap, level: Int = 0, name: String? = null)(source)
abstract fun attachLayered(cubemap: Cubemap, level: Int = 0, name: String? = null)(source)
abstract fun attachLayered(volumeTexture: VolumeTexture, level: Int = 0, name: String? = null)(source)