FunctionDelegate4

class FunctionDelegate4<RT : GenType, F : Func<RT>, P1 : Variable, P2 : Variable, P3 : Variable, P4 : Variable>(funcType: (GlslGenerator) -> F, param1: (GlslGenerator) -> P1, param2: (GlslGenerator) -> P2, param3: (GlslGenerator) -> P3, param4: (GlslGenerator) -> P4, body: (P1, P2, P3, P4) -> RT)

Constructors

Link copied to clipboard
fun <RT : GenType, F : Func<RT>, P1 : Variable, P2 : Variable, P3 : Variable, P4 : Variable> FunctionDelegate4(funcType: (GlslGenerator) -> F, param1: (GlslGenerator) -> P1, param2: (GlslGenerator) -> P2, param3: (GlslGenerator) -> P3, param4: (GlslGenerator) -> P4, body: (P1, P2, P3, P4) -> RT)

Functions

Link copied to clipboard
operator fun getValue(thisRef: GlslGenerator, property: KProperty<*>): (P1, P2, P3, P4) -> FunctionReturnDelegate<RT>
Link copied to clipboard
operator fun provideDelegate(thisRef: GlslGenerator, property: KProperty<*>): FunctionDelegate4<RT, F, P1, P2, P3, P4>