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
nint WindowPtr { get; }
Property Value
Type Description
nint
In this article
  • Properties
    • WindowPtr
Back to top Generated by DocFX