littlekt
0.6.0
common
core
/
com.lehaine.littlekt.graphics.shader.generator.delegate
/
FunctionVoidDelegate2
/
FunctionVoidDelegate2
Function
Void
Delegate2
fun
<
P1
:
Variable
,
P2
:
Variable
>
FunctionVoidDelegate2
(
func
:
Void
,
param1
:
(
GlslGenerator
)
->
P1
,
param2
:
(
GlslGenerator
)
->
P2
,
body
:
(
P1
,
P2
)
->
Unit
)