Delegate GraphicsContext.GetAddressDelegate
Used to retrive function pointers by name.
Namespace: OpenTK.Graphics
Assembly: OpenTK.dll
Syntax
public delegate IntPtr GetAddressDelegate(string function);
Parameters
| Type | Name | Description |
|---|---|---|
| String | function | The function name. |
Returns
| Type | Description |
|---|---|
| IntPtr | A function pointer to |