Implements BindingsBase for the OpenTK.Graphics namespace (OpenGL and OpenGL|ES). More...
Protected Member Functions | |
| override IntPtr | GetAddress (string funcname) |
| Retrieves an unmanaged function pointer to the specified function. | |
Implements BindingsBase for the OpenTK.Graphics namespace (OpenGL and OpenGL|ES).
Definition at line 35 of file GraphicsBindingsBase.cs.
| override IntPtr OpenTK.Graphics.GraphicsBindingsBase.GetAddress | ( | string | funcname | ) | [protected, virtual] |
Retrieves an unmanaged function pointer to the specified function.
| funcname | A System.String that defines the name of the function. |
Note: some drivers are known to return non-zero values for unsupported functions. Typical values include 1 and 2 - inheritors are advised to check for and ignore these values.
Implements OpenTK.BindingsBase.
Definition at line 52 of file GraphicsBindingsBase.cs.
1.6.1