Package org.lwjgl.opengl
Class GLXEXTSwapControlTear
- java.lang.Object
-
- org.lwjgl.opengl.GLXEXTSwapControlTear
-
public final class GLXEXTSwapControlTear extends java.lang.ObjectNative bindings to the GLX_EXT_swap_control_tear extension.This extension extends the existing GLX_EXT_swap_control extension by allowing a negative
intervalparameter toSwapIntervalEXT. The negativeintervalallows late swaps to occur without synchronization to the video frame. This reduces the visual stutter on late frames and reduces the stall on subsequent frames.Requires
GLX_EXT_swap_control.
-
-
Field Summary
Fields Modifier and Type Field and Description static intGLX_LATE_SWAPS_TEAR_EXTAccepted byQueryDrawable.
-
-
-
Field Detail
-
GLX_LATE_SWAPS_TEAR_EXT
public static final int GLX_LATE_SWAPS_TEAR_EXT
Accepted byQueryDrawable.- See Also:
- Constant Field Values
-
-