Package org.lwjgl.opengl
Class WGLARBContextFlushControl
- java.lang.Object
-
- org.lwjgl.opengl.WGLARBContextFlushControl
-
public final class WGLARBContextFlushControl extends java.lang.Object
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
Fields Modifier and Type Field and Description static int
WGL_CONTEXT_RELEASE_BEHAVIOR_ARB
Accepted as an attribute name in the*attrib_list
argument toCreateContextAttribsARB
.static int
WGL_CONTEXT_RELEASE_BEHAVIOR_FLUSH_ARB
WGL_CONTEXT_RELEASE_BEHAVIOR_NONE_ARBAccepted as an attribute value forCONTEXT_RELEASE_BEHAVIOR_ARB
in the*attrib_list
argument toCreateContextAttribsARB
.
-
-
-
Field Detail
-
WGL_CONTEXT_RELEASE_BEHAVIOR_ARB
Accepted as an attribute name in the*attrib_list
argument toCreateContextAttribsARB
.
-
WGL_CONTEXT_RELEASE_BEHAVIOR_NONE_ARB, WGL_CONTEXT_RELEASE_BEHAVIOR_FLUSH_ARB
Accepted as an attribute value forCONTEXT_RELEASE_BEHAVIOR_ARB
in the*attrib_list
argument toCreateContextAttribsARB
.
-
-