Package org.lwjgl.opengl
Class GLXEXTSwapControlTear
- java.lang.Object
-
- org.lwjgl.opengl.GLXEXTSwapControlTear
-
public final class GLXEXTSwapControlTear extends java.lang.Object
Native bindings to the GLX_EXT_swap_control_tear extension.This extension extends the existing GLX_EXT_swap_control extension by allowing a negative
interval
parameter toSwapIntervalEXT
. The negativeinterval
allows 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 int
GLX_LATE_SWAPS_TEAR_EXT
Accepted byQueryDrawable
.
-
-
-
Field Detail
-
GLX_LATE_SWAPS_TEAR_EXT
public static final int GLX_LATE_SWAPS_TEAR_EXT
Accepted byQueryDrawable
.- See Also:
- Constant Field Values
-
-