Show / Hide Table of Contents

Enum WindowAttributeGetOpenGlProfile

Used to get window related attributes.

Namespace: OpenTK.Windowing.GraphicsLibraryFramework
Assembly: OpenTK.Windowing.GraphicsLibraryFramework.dll
Syntax
public enum WindowAttributeGetOpenGlProfile

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.

See Also
GetWindowAttrib(Window*, WindowAttributeGetOpenGlProfile)
In this article
Back to top Generated by DocFX