VolumeTextureAttachment

class VolumeTextureAttachment(val index: Int, val name: String?, val volumeTexture: VolumeTexture, val layer: Int, val level: Int) : ColorAttachment(source)

Constructors

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

Properties

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?
Link copied to clipboard