Package org.lwjgl.opengl
Class GLXARBCreateContextProfile
- java.lang.Object
-
- org.lwjgl.opengl.GLXARBCreateContextProfile
-
public final class GLXARBCreateContextProfile extends java.lang.ObjectNative 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.4andOpenGL 3.2.
-
-
Field Summary
Fields Modifier and Type Field and Description static intGLX_CONTEXT_COMPATIBILITY_PROFILE_BIT_ARB
GLX_CONTEXT_CORE_PROFILE_BIT_ARBAccepted as bits in the attribute value forCONTEXT_PROFILE_MASK_ARBinattrib_list.static intGLX_CONTEXT_PROFILE_MASK_ARBAccepted as an attribute name inattrib_list.static intGLXBadProfileARBGLX 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_ARBinattrib_list.
-
GLXBadProfileARB
GLX error.
-
-