Show / Hide Table of Contents

Enum ContextProfileMask

Not used directly.

Namespace: OpenTK.Graphics.OpenGL
Assembly: OpenTK.dll
Syntax
[Flags]
public enum ContextProfileMask

Fields

Name Description
ContextCompatibilityProfileBit

Original was GL_CONTEXT_COMPATIBILITY_PROFILE_BIT = 0x00000002

ContextCoreProfileBit

Original was GL_CONTEXT_CORE_PROFILE_BIT = 0x00000001

In This Article
Back to top Generated by DocFX