Enum InitHintPlatform
Namespace: OpenTK.Windowing.GraphicsLibraryFramework
Assembly: OpenTK.Windowing.GraphicsLibraryFramework.dll
Syntax
public enum InitHintPlatform
Fields
Name | Description |
---|---|
Platform | Use to specify the platform to use for windowing and input. Possible values are Any, Win32, Cocoa, Wayland, X11 and Null. The default value is Any, which will choose any platform the library includes support for except for the Null backend. |