GLFunc

class GLFunc<T : Function<*>>(name: String? = null) : GLFuncBase<T>

Constructors

Link copied to clipboard
constructor(name: String? = null)

Properties

Link copied to clipboard
val name: String?

Functions

Link copied to clipboard
operator fun getValue(obj: Any?, property: KProperty<*>): CPointer<CFunction<T>>