Package org.lwjgl.opengl
Class GLXARBContextFlushControl
- java.lang.Object
-
- org.lwjgl.opengl.GLXARBContextFlushControl
-
public final class GLXARBContextFlushControl extends java.lang.Object
Native bindings to the GLX_ARB_context_flush_control extension.The GLX version of
KHRContextFlushControl
. This extension adds new context creation parameters the allow an application to specify the behavior that is desired when a context is made non-current, and specifically to opt out of the implicit flush behavior.
-
-
Field Summary
Fields Modifier and Type Field and Description static int
GLX_CONTEXT_RELEASE_BEHAVIOR_ARB
Accepted as an attribute name in the*attrib_list
argument toCreateContextAttribsARB
.static int
GLX_CONTEXT_RELEASE_BEHAVIOR_FLUSH_ARB
GLX_CONTEXT_RELEASE_BEHAVIOR_NONE_ARBAccepted as an attribute value forCONTEXT_RELEASE_BEHAVIOR_ARB
in the*attrib_list
argument toCreateContextAttribsARB
.
-
-
-
Field Detail
-
GLX_CONTEXT_RELEASE_BEHAVIOR_ARB
Accepted as an attribute name in the*attrib_list
argument toCreateContextAttribsARB
.
-
GLX_CONTEXT_RELEASE_BEHAVIOR_NONE_ARB, GLX_CONTEXT_RELEASE_BEHAVIOR_FLUSH_ARB
Accepted as an attribute value forCONTEXT_RELEASE_BEHAVIOR_ARB
in the*attrib_list
argument toCreateContextAttribsARB
.
-
-