Package org.lwjgl.opengl
Class GLXEXTContextPriority
- java.lang.Object
-
- org.lwjgl.opengl.GLXEXTContextPriority
-
public final class GLXEXTContextPriority extends java.lang.Object
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
Fields Modifier and Type Field Description static int
GLX_CONTEXT_PRIORITY_HIGH_EXT
New attribute values accepted in theattrib_list
argument ofCreateContextAttribsARB
.static int
GLX_CONTEXT_PRIORITY_LEVEL_EXT
New attributes accepted by theattrib_list
argument ofCreateContextAttribsARB
.static int
GLX_CONTEXT_PRIORITY_LOW_EXT
GLX_CONTEXT_PRIORITY_MEDIUM_EXTNew attribute values accepted in theattrib_list
argument ofCreateContextAttribsARB
.
-
-
-
Field Detail
-
GLX_CONTEXT_PRIORITY_LEVEL_EXT
New attributes accepted by theattrib_list
argument ofCreateContextAttribsARB
.
-
GLX_CONTEXT_PRIORITY_HIGH_EXT, GLX_CONTEXT_PRIORITY_MEDIUM_EXT, GLX_CONTEXT_PRIORITY_LOW_EXT
New attribute values accepted in theattrib_list
argument ofCreateContextAttribsARB
.
-
-