Show / Hide Table of Contents

Class GLLoader

Used to load the OpenGL bindings.

Inheritance
object
GLLoader
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: OpenTK.Graphics
Assembly: OpenTK.Graphics.dll
Syntax
public static class GLLoader

Methods

LoadBindings(IBindingsContext)

Sets the IBindingsContext that is used when loading OpenGL functions.

Declaration
public static void LoadBindings(IBindingsContext c)
Parameters
Type Name Description
IBindingsContext c

The IBindingsContext to use when loading OpenGL functions.

In this article
Back to top Generated by DocFX