Enum ContextProfileMask
Not used directly.
Namespace: OpenTK.Graphics.OpenGL4
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 |