Package org.lwjgl.opengl
Class WGLARBCreateContextRobustness
- java.lang.Object
-
- org.lwjgl.opengl.WGLARBCreateContextRobustness
-
public final class WGLARBCreateContextRobustness extends java.lang.Object
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
andARB_robustness
.
-
-
Field Summary
Fields Modifier and Type Field and Description static int
WGL_CONTEXT_RESET_NOTIFICATION_STRATEGY_ARB
Accepted as an attribute name in theattrib_list
argument toCreateContextAttribsARB
.static int
WGL_CONTEXT_ROBUST_ACCESS_BIT_ARB
Accepted as a bit in the attribute value forCONTEXT_FLAGS_ARB
in theattrib_list
argument toCreateContextAttribsARB
.static int
WGL_LOSE_CONTEXT_ON_RESET_ARB
WGL_NO_RESET_NOTIFICATION_ARBAccepted as an attribute value forCONTEXT_RESET_NOTIFICATION_STRATEGY_ARB
in theattrib_list
argument toCreateContextAttribsARB
.
-
-
-
Field Detail
-
WGL_CONTEXT_ROBUST_ACCESS_BIT_ARB
Accepted as a bit in the attribute value forCONTEXT_FLAGS_ARB
in theattrib_list
argument toCreateContextAttribsARB
.
-
WGL_CONTEXT_RESET_NOTIFICATION_STRATEGY_ARB
Accepted as an attribute name in theattrib_list
argument toCreateContextAttribsARB
.
-
WGL_NO_RESET_NOTIFICATION_ARB, WGL_LOSE_CONTEXT_ON_RESET_ARB
Accepted as an attribute value forCONTEXT_RESET_NOTIFICATION_STRATEGY_ARB
in theattrib_list
argument toCreateContextAttribsARB
.
-
-