openrndr
0.4.5-dev.4.uncommitted+98ebace
common
openrndr-draw
/
org.openrndr.draw
/
VolumeTextureAttachment
Volume
Texture
Attachment
class
VolumeTextureAttachment
(
val
index
:
Int
,
val
name
:
String
?
,
val
volumeTexture
:
VolumeTexture
,
val
layer
:
Int
,
val
level
:
Int
)
:
ColorAttachment
(
source
)
Members
Constructors
Volume
Texture
Attachment
Link copied to clipboard
constructor
(
index
:
Int
,
name
:
String
?
,
volumeTexture
:
VolumeTexture
,
layer
:
Int
,
level
:
Int
)
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Properties
format
Link copied to clipboard
val
format
:
ColorFormat
index
Link copied to clipboard
val
index
:
Int
layer
Link copied to clipboard
val
layer
:
Int
level
Link copied to clipboard
val
level
:
Int
name
Link copied to clipboard
val
name
:
String
?
owned
By
Render
Target
Link copied to clipboard
val
ownedByRenderTarget
:
Boolean
type
Link copied to clipboard
val
type
:
ColorType
volume
Texture
Link copied to clipboard
val
volumeTexture
:
VolumeTexture