FunctionVoidDelegate1
class FunctionVoidDelegate1<P1 : Variable>(func: Void, param1: (GlslGenerator) -> P1, body: (P1) -> Unit)
Constructors
Link copied to clipboard
fun <P1 : Variable> FunctionVoidDelegate1(func: Void, param1: (GlslGenerator) -> P1, body: (P1) -> Unit)
Functions
Link copied to clipboard
operator fun provideDelegate(thisRef: GlslGenerator, property: KProperty<*>): FunctionVoidDelegate1<P1>