GlContextBound

class GlContextBound<T>(initValue: () -> T)

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
getValue
Link copied to clipboard
operator fun getValue(thisRef: Any, property: KProperty<*>): T
hashCode
Link copied to clipboard
open override fun hashCode(): Int
setValue
Link copied to clipboard
operator fun setValue(thisRef: Any, property: KProperty<*>, value: T)
toString
Link copied to clipboard
open override fun toString(): String

Properties

initValue
Link copied to clipboard
val initValue: () -> T