littlekt
0.6.0
common
core
/
com.lehaine.littlekt.graphics
/
VertexBufferObject
/
VertexBufferObject
Vertex
Buffer
Object
fun
VertexBufferObject
(
gl
:
GL
,
isStatic
:
Boolean
,
numVertices
:
Int
,
attributes
:
VertexAttributes
)
fun
VertexBufferObject
(
gl
:
GL
,
isStatic
:
Boolean
,
attributes
:
VertexAttributes
,
buffer
:
FloatBuffer
)