Show / Hide Table of Contents

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

Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX