Show / Hide Table of Contents

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.

In This Article
Back to top Generated by DocFX