ArrayTextureAttachment

constructor(index: Int, name: String?, arrayTexture: ArrayTexture, layer: Int, level: Int)(source)

Parameters

index

The binding index for the render target.

name

The optional name for the binding, can be null.

arrayTexture

The array texture instance used for this attachment.

layer

The specific layer of the array texture to be used for this attachment.

level

The mip level of the specified layer to be used for this attachment.