LayeredArrayTextureAttachment

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

Parameters

index

The binding index for the attachment in the RenderTarget.

name

An optional name for the attachment, or null if no name is provided.

arrayTexture

The ArrayTexture bound to this attachment, representing a texture with multiple layers.

level

The mipmap level of the texture to be used for this attachment.