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