public final class GLXEXTContextPriority
extends java.lang.Object
This extension allows a GLXContext to be created with a priority hint. It is possible that an implementation will not honour the hint,
especially if there are constraints on the number of high priority contexts available in the system, or system policy limits access to high priority
contexts to appropriate system privilege level. A query is provided to find the real priority level assigned to the context after creation.
Requires GLX_ARB_create_context.
| Modifier and Type | Field and Description |
|---|---|
static int |
GLX_CONTEXT_PRIORITY_HIGH_EXT
New attribute values accepted in the
attrib_list argument of CreateContextAttribsARB. |
static int |
GLX_CONTEXT_PRIORITY_LEVEL_EXT
New attributes accepted by the
attrib_list argument of CreateContextAttribsARB. |
static int |
GLX_CONTEXT_PRIORITY_LOW_EXT
New attribute values accepted in the
attrib_list argument of CreateContextAttribsARB. |
static int |
GLX_CONTEXT_PRIORITY_MEDIUM_EXT
New attribute values accepted in the
attrib_list argument of CreateContextAttribsARB. |
public static final int GLX_CONTEXT_PRIORITY_LEVEL_EXT
attrib_list argument of CreateContextAttribsARB.public static final int GLX_CONTEXT_PRIORITY_HIGH_EXT
attrib_list argument of CreateContextAttribsARB.public static final int GLX_CONTEXT_PRIORITY_MEDIUM_EXT
attrib_list argument of CreateContextAttribsARB.public static final int GLX_CONTEXT_PRIORITY_LOW_EXT
attrib_list argument of CreateContextAttribsARB.Copyright LWJGL. All Rights Reserved. License terms.