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
Package-level
declarations
Types
Types
GLBuffer
Element
Link copied to clipboard
data
class
GLBufferElement
(
val
name
:
String
,
val
dataType
:
GLDataType
,
var
offset
:
Int
=
0
)
GLBuffer
Layout
Link copied to clipboard
class
GLBufferLayout
(
map
:
Map
<
String
,
GLDataType
>
)
GLIndex
Buffer
Link copied to clipboard
class
GLIndexBuffer
(
indices
:
IntArray
)
:
Renderable
GLVertex
Buffer
Link copied to clipboard
class
GLVertexBuffer
(
vertices
:
FloatArray
,
val
layout
:
GLBufferLayout
)
:
Renderable