Package org.lwjgl.opengl
Class WGLARBCreateContextProfile
- java.lang.Object
-
- org.lwjgl.opengl.WGLARBCreateContextProfile
-
public final class WGLARBCreateContextProfile extends java.lang.Object
Native bindings to the WGL_ARB_create_context_profile extension.Adds an attribute to
WGLARBCreateContext
, specifying the GL profile requested for a context of OpenGL 3.2 or later.Requires
WGL_ARB_extensions_string
andOpenGL 3.2
.
-
-
Field Summary
Fields Modifier and Type Field and Description static int
ERROR_INVALID_PROFILE_ARB
New errors returned byWinBase.GetLastError()
.static int
WGL_CONTEXT_COMPATIBILITY_PROFILE_BIT_ARB
WGL_CONTEXT_CORE_PROFILE_BIT_ARBAccepted as bits in the attribute value forCONTEXT_PROFILE_MASK_ARB
inattribList
.static int
WGL_CONTEXT_PROFILE_MASK_ARB
Accepted as an attribute name inattribList
.
-
-
-
Field Detail
-
WGL_CONTEXT_PROFILE_MASK_ARB
Accepted as an attribute name inattribList
.
-
WGL_CONTEXT_CORE_PROFILE_BIT_ARB, WGL_CONTEXT_COMPATIBILITY_PROFILE_BIT_ARB
Accepted as bits in the attribute value forCONTEXT_PROFILE_MASK_ARB
inattribList
.
-
ERROR_INVALID_PROFILE_ARB
New errors returned byWinBase.GetLastError()
.
-
-