Package org.lwjgl.opengl
Class WGLARBRobustnessApplicationIsolation
java.lang.Object
org.lwjgl.opengl.WGLARBRobustnessApplicationIsolation
Native bindings to the WGL_ARB_robustness_application_isolation extension.
GL_ARB_robustness and WGL_ARB_create_context_robustness allow creating an OpenGL context supporting graphics reset notification behavior. WGL_ARB_robustness_application_isolation provides stronger guarantees about the possible side-effects of a graphics reset.
If the graphics driver advertises the WGL_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 WGL_ARB_extensions_string and WGL_ARB_create_context_robustness.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intAccepted as a bit in the attribute value forCONTEXT_FLAGS_ARBin theattribListargument toCreateContextAttribsARB. -
Method Summary
-
Field Details
-
WGL_CONTEXT_RESET_ISOLATION_BIT_ARB
public static final int WGL_CONTEXT_RESET_ISOLATION_BIT_ARBAccepted as a bit in the attribute value forCONTEXT_FLAGS_ARBin theattribListargument toCreateContextAttribsARB.- See Also:
-