Enum ContextApi
The context API used to create the window context.
Namespace: OpenTK.Windowing.GraphicsLibraryFramework
Assembly: OpenTK.Windowing.GraphicsLibraryFramework.dll
Syntax
public enum ContextApi
Fields
Name | Description |
---|---|
EglContextApi | Uses Egl to create the window context. |
NativeContextApi | Uses the native context API to create the window context. |