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