public class GLXEXTSwapControl
extends java.lang.Object
This extension allows an application to specify a minimum periodicity of color buffer swaps, measured in video frame periods, for a particular drawable. It also allows an application to query the swap interval and the implementation-dependent maximum swap interval of a drawable.
| Modifier and Type | Field and Description |
|---|---|
static int |
GLX_MAX_SWAP_INTERVAL_EXT
The current swap interval and implementation-dependent max swap interval for a particular drawable.
|
static int |
GLX_SWAP_INTERVAL_EXT
The current swap interval and implementation-dependent max swap interval for a particular drawable.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
glXSwapIntervalEXT(long display,
long drawable,
int interval)
Specifies the minimum number of video frame periods per buffer swap for a particular GLX drawable (e.g.
|
public static final int GLX_SWAP_INTERVAL_EXT
public static final int GLX_MAX_SWAP_INTERVAL_EXT
public static void glXSwapIntervalEXT(long display,
long drawable,
int interval)
SwapBuffers is first called on the drawable subsequent to the
glXSwapIntervalEXT call.display - the connection to the X serverdrawable - the drawableinterval - the swap intervalCopyright LWJGL. All Rights Reserved. License terms.