Enum ContextProfileMask
Not used directly.
Namespace: OpenTK.Graphics.OpenGL
Assembly: OpenTK.dll
Syntax
[Flags]
public enum ContextProfileMaskFields
| Name | Description | 
|---|---|
| ContextCompatibilityProfileBit | Original was GL_CONTEXT_COMPATIBILITY_PROFILE_BIT = 0x00000002 | 
| ContextCoreProfileBit | Original was GL_CONTEXT_CORE_PROFILE_BIT = 0x00000001 |