Package org.lwjgl.opengl
Class GLXARBCreateContextProfile
- java.lang.Object
-
- org.lwjgl.opengl.GLXARBCreateContextProfile
-
public final class GLXARBCreateContextProfile extends java.lang.Object
Native bindings to the GLX_ARB_create_context_profile extension.Adds an attribute to
GLXARBCreateContext
, specifying the GL profile requested for a context of OpenGL 3.2 or later.Requires
GLX 1.4
andOpenGL 3.2
.
-
-
Field Summary
Fields Modifier and Type Field and Description static int
GLX_CONTEXT_COMPATIBILITY_PROFILE_BIT_ARB
GLX_CONTEXT_CORE_PROFILE_BIT_ARBAccepted as bits in the attribute value forCONTEXT_PROFILE_MASK_ARB
inattrib_list
.static int
GLX_CONTEXT_PROFILE_MASK_ARB
Accepted as an attribute name inattrib_list
.static int
GLXBadProfileARB
GLX error.
-
-
-
Field Detail
-
GLX_CONTEXT_PROFILE_MASK_ARB
Accepted as an attribute name inattrib_list
.
-
GLX_CONTEXT_CORE_PROFILE_BIT_ARB, GLX_CONTEXT_COMPATIBILITY_PROFILE_BIT_ARB
Accepted as bits in the attribute value forCONTEXT_PROFILE_MASK_ARB
inattrib_list
.
-
GLXBadProfileARB
GLX error.
-
-