UniformDelegate

class UniformDelegate<T : Variable>(factory: (GlslGenerator) -> T, precision: Precision)

Author

Colton Daily

Constructors

Link copied to clipboard
fun <T : Variable> UniformDelegate(factory: (GlslGenerator) -> T, precision: Precision)

Functions

Link copied to clipboard
operator fun getValue(thisRef: GlslGenerator, property: KProperty<*>): T
Link copied to clipboard
operator fun provideDelegate(thisRef: GlslGenerator, property: KProperty<*>): UniformDelegate<T>