littlekt
0.6.0
common
core
/
com.lehaine.littlekt.graphics.shader.generator
/
GlslGenerator
/
For
For
inline
fun
For
(
start
:
Int
,
until
:
Int
,
step
:
Int
=
1
,
body
:
(
GLInt
)
->
Unit
)
inline
fun
For
(
start
:
GLInt
,
until
:
GLInt
,
step
:
Int
=
1
,
body
:
(
GLInt
)
->
Unit
)