Show / Hide Table of Contents

Delegate GraphicsContext.GetCurrentContextDelegate

Used to return the handel of the current OpenGL context.

Namespace: OpenTK.Graphics
Assembly: cs.temp.dll.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.

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