Package org.lwjgl.opengl
Class GLXEXTContextPriority
java.lang.Object
org.lwjgl.opengl.GLXEXTContextPriority
Native bindings to the GLX_EXT_context_priority extension.
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.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intNew attribute values accepted in theattrib_listargument ofCreateContextAttribsARB.static final intNew attributes accepted by theattrib_listargument ofCreateContextAttribsARB.static final intNew attribute values accepted in theattrib_listargument ofCreateContextAttribsARB.static final intNew attribute values accepted in theattrib_listargument ofCreateContextAttribsARB. -
Method Summary
-
Field Details
-
GLX_CONTEXT_PRIORITY_LEVEL_EXT
public static final int GLX_CONTEXT_PRIORITY_LEVEL_EXTNew attributes accepted by theattrib_listargument ofCreateContextAttribsARB.- See Also:
-
GLX_CONTEXT_PRIORITY_HIGH_EXT
public static final int GLX_CONTEXT_PRIORITY_HIGH_EXTNew attribute values accepted in theattrib_listargument ofCreateContextAttribsARB.- See Also:
-
GLX_CONTEXT_PRIORITY_MEDIUM_EXT
public static final int GLX_CONTEXT_PRIORITY_MEDIUM_EXTNew attribute values accepted in theattrib_listargument ofCreateContextAttribsARB.- See Also:
-
GLX_CONTEXT_PRIORITY_LOW_EXT
public static final int GLX_CONTEXT_PRIORITY_LOW_EXTNew attribute values accepted in theattrib_listargument ofCreateContextAttribsARB.- See Also:
-