public final class WGLARBContextFlushControl
extends java.lang.Object
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.
| Modifier and Type | Field and Description |
|---|---|
static int |
WGL_CONTEXT_RELEASE_BEHAVIOR_ARB
Accepted as an attribute name in the
*attrib_list argument to CreateContextAttribsARB. |
static int |
WGL_CONTEXT_RELEASE_BEHAVIOR_FLUSH_ARB
Accepted as an attribute value for
CONTEXT_RELEASE_BEHAVIOR_ARB in the *attrib_list argument to
CreateContextAttribsARB. |
static int |
WGL_CONTEXT_RELEASE_BEHAVIOR_NONE_ARB
Accepted as an attribute value for
CONTEXT_RELEASE_BEHAVIOR_ARB in the *attrib_list argument to
CreateContextAttribsARB. |
public static final int WGL_CONTEXT_RELEASE_BEHAVIOR_ARB
*attrib_list argument to CreateContextAttribsARB.public static final int WGL_CONTEXT_RELEASE_BEHAVIOR_NONE_ARB
CONTEXT_RELEASE_BEHAVIOR_ARB in the *attrib_list argument to
CreateContextAttribsARB.public static final int WGL_CONTEXT_RELEASE_BEHAVIOR_FLUSH_ARB
CONTEXT_RELEASE_BEHAVIOR_ARB in the *attrib_list argument to
CreateContextAttribsARB.Copyright LWJGL. All Rights Reserved. License terms.