Show / Hide Table of Contents

Interface IGLFWGraphicsContext

Defines the interface for GLFW OpenGL context management.

Inherited Members
IGraphicsContext.IsCurrent
IGraphicsContext.SwapInterval
IGraphicsContext.SwapBuffers()
IGraphicsContext.MakeCurrent()
IGraphicsContext.MakeNoneCurrent()
Namespace: OpenTK.Windowing.Desktop
Assembly: OpenTK.Windowing.Desktop.dll
Syntax
public interface IGLFWGraphicsContext : IGraphicsContext

Properties

WindowPtr

The GLFW Window that represents the context.

Declaration
IntPtr WindowPtr { get; }
Property Value
Type Description
IntPtr
In This Article
Back to top Generated by DocFX