openrndr
0.4.5-dev.4.uncommitted+98ebace
common
openrndr-draw
/
org.openrndr.draw
/
VertexElement
Vertex
Element
data
class
VertexElement
(
val
attribute
:
String
,
val
offset
:
Int
,
val
type
:
VertexElementType
,
val
arraySize
:
Int
)
(
source
)
Members
Constructors
Vertex
Element
Link copied to clipboard
constructor
(
attribute
:
String
,
offset
:
Int
,
type
:
VertexElementType
,
arraySize
:
Int
)
Properties
array
Size
Link copied to clipboard
val
arraySize
:
Int
attribute
Link copied to clipboard
val
attribute
:
String
offset
Link copied to clipboard
val
offset
:
Int
type
Link copied to clipboard
val
type
:
VertexElementType