LayeredCubemapAttachment

class LayeredCubemapAttachment(val index: Int, val name: String?, val cubemap: Cubemap, val level: Int) : ColorAttachment(source)

Constructors

Link copied to clipboard
constructor(index: Int, name: String?, cubemap: Cubemap, level: Int)

Properties

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