Package org.lwjgl.opengl
Class GLXARBRobustnessApplicationIsolation
- java.lang.Object
-
- org.lwjgl.opengl.GLXARBRobustnessApplicationIsolation
-
public final class GLXARBRobustnessApplicationIsolation extends java.lang.Object
Native bindings to the GLX_ARB_robustness_application_isolation extension.GL_ARB_robustness and GLX_ARB_create_context_robustness allow creating an OpenGL context supporting graphics reset notification behavior. GLX_ARB_robustness_application_isolation provides stronger guarantees about the possible side-effects of a graphics reset.
If the graphics driver advertises the GLX_ARB_robustness_application_isolation extension string, then the driver guarantees that if a particular application causes a graphics reset to occur:
- No other application on the system is affected by the graphics reset.
- No other application on the system receives any notification that the graphics reset occurred.
Requires
GLX 1.4
andGLX_ARB_create_context_robustness
.
-
-
Field Summary
Fields Modifier and Type Field and Description static int
GLX_CONTEXT_RESET_ISOLATION_BIT_ARB
Accepted as a bit in the attribute value forCONTEXT_FLAGS_ARB
in theattrib_list
argument toCreateContextAttribsARB
.
-
-
-
Field Detail
-
GLX_CONTEXT_RESET_ISOLATION_BIT_ARB
public static final int GLX_CONTEXT_RESET_ISOLATION_BIT_ARB
Accepted as a bit in the attribute value forCONTEXT_FLAGS_ARB
in theattrib_list
argument toCreateContextAttribsARB
.- See Also:
- Constant Field Values
-
-