littlekt
0.6.0
common
core
/
com.lehaine.littlekt.graphics
/
mesh
mesh
inline
fun
mesh
(
gl
:
GL
,
attributes
:
List
<
VertexAttribute
>
,
size
:
Int
=
1000
,
grow
:
Boolean
=
false
,
generate
:
Mesh
.
(
)
->
Unit
)
:
Mesh
Author
Colton Daily
fun
<
T
:
ContextListener
>
T
.
mesh
(
attributes
:
List
<
VertexAttribute
>
,
size
:
Int
=
1000
,
grow
:
Boolean
=
false
,
generate
:
Mesh
.
(
)
->
Unit
)
:
Mesh