public final class GLXARBCreateContextProfile
extends java.lang.Object
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.
| Modifier and Type | Field and Description |
|---|---|
static int |
GLX_CONTEXT_COMPATIBILITY_PROFILE_BIT_ARB
Accepted as bits in the attribute value for
CONTEXT_PROFILE_MASK_ARB in attrib_list. |
static int |
GLX_CONTEXT_CORE_PROFILE_BIT_ARB
Accepted as bits in the attribute value for
CONTEXT_PROFILE_MASK_ARB in attrib_list. |
static int |
GLX_CONTEXT_PROFILE_MASK_ARB
Accepted as an attribute name in
attrib_list. |
static int |
GLXBadProfileARB
GLX error.
|
public static final int GLX_CONTEXT_PROFILE_MASK_ARB
attrib_list.public static final int GLX_CONTEXT_CORE_PROFILE_BIT_ARB
CONTEXT_PROFILE_MASK_ARB in attrib_list.public static final int GLX_CONTEXT_COMPATIBILITY_PROFILE_BIT_ARB
CONTEXT_PROFILE_MASK_ARB in attrib_list.public static final int GLXBadProfileARB
Copyright LWJGL. All Rights Reserved. License terms.