Enum WindowHintOpenGlProfile
Used to set the OpenGlProfile attribute.
Namespace: OpenTK.Windowing.GraphicsLibraryFramework
Assembly: OpenTK.Windowing.GraphicsLibraryFramework.dll
Syntax
public enum WindowHintOpenGlProfile
Fields
Name | Description |
---|---|
OpenGlProfile | Indicates the OpenGL profile used by the context. This is Core or Compat if the context uses a known profile, or Any if the OpenGL profile is unknown or the context is an OpenGL ES context. Note that the returned profile may not match the profile bits of the context flags, as GLFW will try other means of detecting the profile when no bits are set. |