CubemapAttachment

constructor(index: Int, name: String?, cubemap: Cubemap, side: CubemapSide, level: Int)(source)

Parameters

index

The binding index for the render target.

name

An optional name for the attachment, can be null.

cubemap

The cubemap instance associated with this attachment.

side

The specific side of the cubemap to be used as the attachment target.

level

The mipmap level of the cubemap to be used.