openrndr
0.4.5-dev.4.uncommitted+98ebace
common
openrndr-draw
/
org.openrndr.draw
/
UniformDescription
Uniform
Description
data
class
UniformDescription
(
val
name
:
String
,
val
type
:
UniformType
,
val
size
:
Int
,
val
offset
:
Int
,
val
stride
:
Int
)
(
source
)
Members
Constructors
Uniform
Description
Link copied to clipboard
constructor
(
name
:
String
,
type
:
UniformType
,
size
:
Int
,
offset
:
Int
,
stride
:
Int
)
Properties
name
Link copied to clipboard
val
name
:
String
offset
Link copied to clipboard
val
offset
:
Int
size
Link copied to clipboard
val
size
:
Int
stride
Link copied to clipboard
val
stride
:
Int
type
Link copied to clipboard
val
type
:
UniformType