MatrixColumnDelegate

class MatrixColumnDelegate<T : Variable>(index: Int, factory: (builder: GlslGenerator) -> T)

Author

Colton Daily

Constructors

Link copied to clipboard
fun <T : Variable> MatrixColumnDelegate(index: Int, factory: (builder: GlslGenerator) -> T)

Functions

Link copied to clipboard
operator fun getValue(thisRef: Variable, property: KProperty<*>): T
Link copied to clipboard
operator fun provideDelegate(thisRef: Variable, property: KProperty<*>): MatrixColumnDelegate<T>
Link copied to clipboard
operator fun setValue(thisRef: Variable, property: KProperty<*>, value: T)