Show / Hide Table of Contents

Delegate GraphicsContext.GetCurrentContextDelegate

Used to return the handel of the current OpenGL context.

Namespace: OpenTK.Graphics
Assembly: OpenTK.dll
Syntax
public delegate ContextHandle GetCurrentContextDelegate();
Returns
Type Description
ContextHandle

The current OpenGL context, or IntPtr.Zero if no context is on the calling thread.

In This Article
Back to top Generated by DocFX