public final class GLXARBCreateContextRobustness
extends java.lang.Object
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_context and ARB_robustness.
| Modifier and Type | Field and Description |
|---|---|
static int |
GLX_CONTEXT_RESET_NOTIFICATION_STRATEGY_ARB
Accepted as an attribute name in the
attrib_list argument to CreateContextAttribsARB. |
static int |
GLX_CONTEXT_ROBUST_ACCESS_BIT_ARB
Accepted as a bit in the attribute value for
CONTEXT_FLAGS_ARB in the attrib_list argument to
CreateContextAttribsARB. |
static int |
GLX_LOSE_CONTEXT_ON_RESET_ARB
Accepted as an attribute value for
CONTEXT_RESET_NOTIFICATION_STRATEGY_ARB in the attrib_list argument to
CreateContextAttribsARB. |
static int |
GLX_NO_RESET_NOTIFICATION_ARB
Accepted as an attribute value for
CONTEXT_RESET_NOTIFICATION_STRATEGY_ARB in the attrib_list argument to
CreateContextAttribsARB. |
public static final int GLX_CONTEXT_ROBUST_ACCESS_BIT_ARB
CONTEXT_FLAGS_ARB in the attrib_list argument to
CreateContextAttribsARB.public static final int GLX_CONTEXT_RESET_NOTIFICATION_STRATEGY_ARB
attrib_list argument to CreateContextAttribsARB.public static final int GLX_NO_RESET_NOTIFICATION_ARB
CONTEXT_RESET_NOTIFICATION_STRATEGY_ARB in the attrib_list argument to
CreateContextAttribsARB.public static final int GLX_LOSE_CONTEXT_ON_RESET_ARB
CONTEXT_RESET_NOTIFICATION_STRATEGY_ARB in the attrib_list argument to
CreateContextAttribsARB.Copyright LWJGL. All Rights Reserved. License terms.