Package org.lwjgl.opengl
Class KHRContextFlushControl
- java.lang.Object
-
- org.lwjgl.opengl.KHRContextFlushControl
-
public final class KHRContextFlushControl extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
GL_CONTEXT_RELEASE_BEHAVIOR
Accepted by the <pname> parameter of GetIntegerv, GetFloatv, GetBooleanv GetDoublev and GetInteger64v:static int
GL_CONTEXT_RELEASE_BEHAVIOR_FLUSH
Returned in <data> by GetIntegerv, GetFloatv, GetBooleanv GetDoublev and GetInteger64v when <pname> is GL_CONTEXT_RELEASE_BEHAVIOR:
-
-
-
Field Detail
-
GL_CONTEXT_RELEASE_BEHAVIOR
public static final int GL_CONTEXT_RELEASE_BEHAVIOR
Accepted by the <pname> parameter of GetIntegerv, GetFloatv, GetBooleanv GetDoublev and GetInteger64v:- See Also:
- Constant Field Values
-
GL_CONTEXT_RELEASE_BEHAVIOR_FLUSH
public static final int GL_CONTEXT_RELEASE_BEHAVIOR_FLUSH
Returned in <data> by GetIntegerv, GetFloatv, GetBooleanv GetDoublev and GetInteger64v when <pname> is GL_CONTEXT_RELEASE_BEHAVIOR:- See Also:
- Constant Field Values
-
-