Class GLLoader
Used to load the OpenGL bindings.
Inherited Members
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. |