littlekt
0.6.0
common
core
/
com.lehaine.littlekt.graphics.shader.generator.delegate
/
FunctionDelegate
/
FunctionDelegate
Function
Delegate
fun
<
RT
:
GenType
,
F
:
Func
<
RT
>
>
FunctionDelegate
(
funcType
:
(
GlslGenerator
)
->
F
,
body
:
(
)
->
RT
)