Package org.lwjgl.opengl
Class GLXARBCreateContextProfile
java.lang.Object
org.lwjgl.opengl.GLXARBCreateContextProfile
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 and OpenGL 3.2.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intAccepted as bits in the attribute value forCONTEXT_PROFILE_MASK_ARBinattrib_list.static final intAccepted as bits in the attribute value forCONTEXT_PROFILE_MASK_ARBinattrib_list.static final intAccepted as an attribute name inattrib_list.static final intGLX error. -
Method Summary
-
Field Details
-
GLX_CONTEXT_PROFILE_MASK_ARB
public static final int GLX_CONTEXT_PROFILE_MASK_ARBAccepted as an attribute name inattrib_list.- See Also:
-
GLX_CONTEXT_CORE_PROFILE_BIT_ARB
public static final int GLX_CONTEXT_CORE_PROFILE_BIT_ARBAccepted as bits in the attribute value forCONTEXT_PROFILE_MASK_ARBinattrib_list.- See Also:
-
GLX_CONTEXT_COMPATIBILITY_PROFILE_BIT_ARB
public static final int GLX_CONTEXT_COMPATIBILITY_PROFILE_BIT_ARBAccepted as bits in the attribute value forCONTEXT_PROFILE_MASK_ARBinattrib_list.- See Also:
-
GLXBadProfileARB
public static final int GLXBadProfileARBGLX error.- See Also:
-