Enum ContextAPI
Describes the graphics API you want the context to use.
Namespace: OpenTK.Windowing.Common
Assembly: OpenTK.Windowing.Common.dll
Syntax
public enum ContextAPI
Fields
| Name | Description |
|---|---|
| NoAPI | Indicates that an API has not been specifically requested for context creation. |
| OpenGL | Indicates that the context should be created for OpenGL. |
| OpenGLES | Indicates that the context should be created for OpenGL ES. |