arrayCubemap
fun arrayCubemap(name: String, arrayCubemap: ArrayCubemap, side: CubemapSide, layer: Int, level: Int = 0)(source)
attach an existing ArrayCubemap with a named binding to RenderTarget
Parameters
name
the name for the attachment
arrayCubemap
the ArrayCubemap to attach
side
the CubemapSide of the ArrayCubemap to attach
layer
the layer of the ArrayCubemap to attach
level
mipmap level of the ArrayCubemap to attach, default is 0
attach an existing ArrayCubemap with a nameless binding to RenderTarget
Parameters
arrayCubemap
the ArrayCubemap to attach
side
the CubemapSide of the ArrayCubemap to attach
layer
the layer of the ArrayCubemap to attach
level
level of the ArrayCubemap to attach, default is 0