Show / Hide Table of Contents

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 function, or IntPtr.Zero

In This Article
Back to top Generated by DocFX