Class EGLLoader.BindingsContext
The bindings context for EGL.
Inherited Members
Namespace: OpenTK.Graphics
Assembly: OpenTK.Graphics.dll
Syntax
public static class EGLLoader.BindingsContext
Methods
GetProcAddress(string)
Return a GL or an EGL extension function
Declaration
public static nint GetProcAddress(string procName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | procName | Specifies the name of the function to return. |
Returns
| Type | Description |
|---|---|
| nint | The function pointer if it exitst or null. |