Package org.lwjgl.opengl
Class WGLARBContextFlushControl
java.lang.Object
org.lwjgl.opengl.WGLARBContextFlushControl
Native bindings to the WGL_ARB_context_flush_control extension.
The WGL 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
-
WGL_CONTEXT_RELEASE_BEHAVIOR_ARB
public static final int WGL_CONTEXT_RELEASE_BEHAVIOR_ARBAccepted as an attribute name in the*attrib_listargument toCreateContextAttribsARB.- See Also:
-
WGL_CONTEXT_RELEASE_BEHAVIOR_NONE_ARB
public static final int WGL_CONTEXT_RELEASE_BEHAVIOR_NONE_ARBAccepted as an attribute value forCONTEXT_RELEASE_BEHAVIOR_ARBin the*attrib_listargument toCreateContextAttribsARB.- See Also:
-
WGL_CONTEXT_RELEASE_BEHAVIOR_FLUSH_ARB
public static final int WGL_CONTEXT_RELEASE_BEHAVIOR_FLUSH_ARBAccepted as an attribute value forCONTEXT_RELEASE_BEHAVIOR_ARBin the*attrib_listargument toCreateContextAttribsARB.- See Also:
-