Interface IGLFWGraphicsContext
Defines the interface for GLFW OpenGL context management.
Inherited Members
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 |