Show / Hide Table of Contents

Class GLXLoader.BindingsContext

The bindings context for GLX.

Inheritance
object
GLXLoader.BindingsContext
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 GLXLoader.BindingsContext

Methods

GetProcAddress(string)

Obtain a pointer to an OpenGL or GLX function.

Declaration
public static nint GetProcAddress(string procName)
Parameters
Type Name Description
string procName

Specifies the name of the OpenGL or GLX function whose address is to be returned.

Returns
Type Description
nint

Returns the address of the function specified in procName, or null.

In this article
Back to top Generated by DocFX