Package org.lwjgl.opengl
Class WGLARBCreateContextRobustness
java.lang.Object
org.lwjgl.opengl.WGLARBCreateContextRobustness
Native bindings to the WGL_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 WGL_ARB_extensions_string, WGL_ARB_create_context and ARB_robustness.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intAccepted as an attribute name in theattrib_listargument toCreateContextAttribsARB.static final intAccepted as a bit in the attribute value forCONTEXT_FLAGS_ARBin theattrib_listargument toCreateContextAttribsARB.static final intAccepted as an attribute value forCONTEXT_RESET_NOTIFICATION_STRATEGY_ARBin theattrib_listargument toCreateContextAttribsARB.static final intAccepted as an attribute value forCONTEXT_RESET_NOTIFICATION_STRATEGY_ARBin theattrib_listargument toCreateContextAttribsARB. -
Method Summary
-
Field Details
-
WGL_CONTEXT_ROBUST_ACCESS_BIT_ARB
public static final int WGL_CONTEXT_ROBUST_ACCESS_BIT_ARBAccepted as a bit in the attribute value forCONTEXT_FLAGS_ARBin theattrib_listargument toCreateContextAttribsARB.- See Also:
-
WGL_CONTEXT_RESET_NOTIFICATION_STRATEGY_ARB
public static final int WGL_CONTEXT_RESET_NOTIFICATION_STRATEGY_ARBAccepted as an attribute name in theattrib_listargument toCreateContextAttribsARB.- See Also:
-
WGL_NO_RESET_NOTIFICATION_ARB
public static final int WGL_NO_RESET_NOTIFICATION_ARBAccepted as an attribute value forCONTEXT_RESET_NOTIFICATION_STRATEGY_ARBin theattrib_listargument toCreateContextAttribsARB.- See Also:
-
WGL_LOSE_CONTEXT_ON_RESET_ARB
public static final int WGL_LOSE_CONTEXT_ON_RESET_ARBAccepted as an attribute value forCONTEXT_RESET_NOTIFICATION_STRATEGY_ARBin theattrib_listargument toCreateContextAttribsARB.- See Also:
-