Class GLXLoader.BindingsContext
The bindings context for GLX.
Inherited Members
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 |