Enum OpenGlProfile
The OpenGL context profiles.
Namespace: OpenTK.Windowing.GraphicsLibraryFramework
Assembly: OpenTK.Windowing.GraphicsLibraryFramework.dll
Syntax
public enum OpenGlProfile
Fields
Name | Description |
---|---|
Any | Used for unknown OpenGL profile or OpenGL ES. |
Compat | Known OpenGL compatibility profile. |
Core | Known OpenGL Core profile. |