docs
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
docs
graphics
/
dev.mtctx.foresst.graphics.gl.buffer
/
GLBufferElement
GLBuffer
Element
data
class
GLBufferElement
(
val
name
:
String
,
val
dataType
:
GLDataType
,
var
offset
:
Int
=
0
)
(
source
)
Members
Constructors
GLBuffer
Element
Link copied to clipboard
constructor
(
name
:
String
,
dataType
:
GLDataType
,
offset
:
Int
=
0
)
Properties
data
Type
Link copied to clipboard
val
dataType
:
GLDataType
name
Link copied to clipboard
val
name
:
String
offset
Link copied to clipboard
var
offset
:
Int