Package org.lwjgl.opengl
Class GLXARBCreateContextRobustness
- java.lang.Object
-
- org.lwjgl.opengl.GLXARBCreateContextRobustness
-
public final class GLXARBCreateContextRobustness extends java.lang.ObjectNative bindings to the GLX_ARB_create_context_robustness extension.This extension allows creating an OpenGL context supporting robust buffer access behavior and a specified graphics reset notification behavior.
Requires
GLX 1.4,GLX_ARB_create_contextandARB_robustness.
-
-
Field Summary
Fields Modifier and Type Field and Description static intGLX_CONTEXT_RESET_NOTIFICATION_STRATEGY_ARBAccepted as an attribute name in theattrib_listargument toCreateContextAttribsARB.static intGLX_CONTEXT_ROBUST_ACCESS_BIT_ARBAccepted as a bit in the attribute value forCONTEXT_FLAGS_ARBin theattrib_listargument toCreateContextAttribsARB.static intGLX_LOSE_CONTEXT_ON_RESET_ARB
GLX_NO_RESET_NOTIFICATION_ARBAccepted as an attribute value forCONTEXT_RESET_NOTIFICATION_STRATEGY_ARBin theattrib_listargument toCreateContextAttribsARB.
-
-
-
Field Detail
-
GLX_CONTEXT_ROBUST_ACCESS_BIT_ARB
Accepted as a bit in the attribute value forCONTEXT_FLAGS_ARBin theattrib_listargument toCreateContextAttribsARB.
-
GLX_CONTEXT_RESET_NOTIFICATION_STRATEGY_ARB
Accepted as an attribute name in theattrib_listargument toCreateContextAttribsARB.
-
GLX_NO_RESET_NOTIFICATION_ARB, GLX_LOSE_CONTEXT_ON_RESET_ARB
Accepted as an attribute value forCONTEXT_RESET_NOTIFICATION_STRATEGY_ARBin theattrib_listargument toCreateContextAttribsARB.
-
-