Class GLXEXTSwapControlTear

java.lang.Object
org.lwjgl.opengl.GLXEXTSwapControlTear

public final class GLXEXTSwapControlTear extends 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 to SwapIntervalEXT. The negative interval 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.