ArrayTextureAttachment

class ArrayTextureAttachment(val index: Int, val name: String?, val arrayTexture: ArrayTexture, val layer: Int, val level: Int) : ColorAttachment(source)

Constructors

Link copied to clipboard
constructor(index: Int, name: String?, arrayTexture: ArrayTexture, layer: Int, level: Int)

Properties

Link copied to clipboard
Link copied to clipboard
val index: Int
Link copied to clipboard
val layer: Int
Link copied to clipboard
val level: Int
Link copied to clipboard
val name: String?