littlekt
0.6.0
common
core
/
com.lehaine.littlekt.graphics.shader.generator.delegate
/
UniformDelegate
Uniform
Delegate
class
UniformDelegate
<
T
:
Variable
>
(
factory
:
(
GlslGenerator
)
->
T
,
precision
:
Precision
)
Author
Colton Daily
Constructors
Functions
Constructors
Uniform
Delegate
Link copied to clipboard
fun
<
T
:
Variable
>
UniformDelegate
(
factory
:
(
GlslGenerator
)
->
T
,
precision
:
Precision
)
Functions
get
Value
Link copied to clipboard
operator
fun
getValue
(
thisRef
:
GlslGenerator
,
property
:
KProperty
<
*
>
)
:
T
provide
Delegate
Link copied to clipboard
operator
fun
provideDelegate
(
thisRef
:
GlslGenerator
,
property
:
KProperty
<
*
>
)
:
UniformDelegate
<
T
>