Package org.lwjgl.opengl
Class GLXARBContextFlushControl
java.lang.Object
org.lwjgl.opengl.GLXARBContextFlushControl
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
FieldsModifier and TypeFieldDescriptionstatic final intAccepted as an attribute name in the*attrib_listargument toCreateContextAttribsARB.static final intAccepted as an attribute value forCONTEXT_RELEASE_BEHAVIOR_ARBin the*attrib_listargument toCreateContextAttribsARB.static final intAccepted as an attribute value forCONTEXT_RELEASE_BEHAVIOR_ARBin the*attrib_listargument toCreateContextAttribsARB. -
Method Summary
-
Field Details
-
GLX_CONTEXT_RELEASE_BEHAVIOR_ARB
public static final int GLX_CONTEXT_RELEASE_BEHAVIOR_ARBAccepted as an attribute name in the*attrib_listargument toCreateContextAttribsARB.- See Also:
-
GLX_CONTEXT_RELEASE_BEHAVIOR_NONE_ARB
public static final int GLX_CONTEXT_RELEASE_BEHAVIOR_NONE_ARBAccepted as an attribute value forCONTEXT_RELEASE_BEHAVIOR_ARBin the*attrib_listargument toCreateContextAttribsARB.- See Also:
-
GLX_CONTEXT_RELEASE_BEHAVIOR_FLUSH_ARB
public static final int GLX_CONTEXT_RELEASE_BEHAVIOR_FLUSH_ARBAccepted as an attribute value forCONTEXT_RELEASE_BEHAVIOR_ARBin the*attrib_listargument toCreateContextAttribsARB.- See Also:
-