FunctionVoidDelegate2

class FunctionVoidDelegate2<P1 : Variable, P2 : Variable>(    func: Void,     param1: (GlslGenerator) -> P1,     param2: (GlslGenerator) -> P2,     body: (P1, P2) -> Unit)

Constructors

Link copied to clipboard
fun <P1 : Variable, P2 : Variable> FunctionVoidDelegate2(    func: Void,     param1: (GlslGenerator) -> P1,     param2: (GlslGenerator) -> P2,     body: (P1, P2) -> Unit)

Functions

Link copied to clipboard
operator fun getValue(thisRef: GlslGenerator, property: KProperty<*>): (P1, P2) -> Unit
Link copied to clipboard
operator fun provideDelegate(thisRef: GlslGenerator, property: KProperty<*>): FunctionVoidDelegate2<P1, P2>