Show / Hide Table of Contents

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.

In This Article
Back to top Generated by DocFX