arrayTexture

fun arrayTexture(name: String, arrayTexture: ArrayTexture, layer: Int, level: Int = 0)(source)

attach an existing ArrayTexture with a named binding to RenderTarget

Parameters

name

the name for the attachment

arrayTexture

the ArrayTexture to attach

layer

the layer of the ArrayTexture to attach

level

mipmap level of the ArrayTexture to attach, default is 0


fun arrayTexture(arrayTexture: ArrayTexture, layer: Int, level: Int = 0)(source)

attach an existing ArrayTexture with a named binding to RenderTarget

Parameters

arrayTexture

the ArrayTexture to attach

layer

the layer of the ArrayTexture to attach

level

mipmap level of the ArrayTexture to attach, default is 0