public class GLXSGISwapControl
extends java.lang.Object
This extension allows an application to specify a minimum periodicity of color buffer swaps, measured in video frame periods.
| Modifier and Type | Method and Description |
|---|---|
static int |
glXSwapIntervalSGI(int interval)
Specifies the minimum number of video frame periods per buffer swap.
|
public static int glXSwapIntervalSGI(int interval)
SwapBuffers
is first called subsequent to the glXSwapIntervalSGI call.
A video frame period is the time required by the monitor to display a full frame of video data. In the case of an interlaced monitor, this is typically the time required to display both the even and odd fields of a frame of video data.
interval - the swap intervalCopyright LWJGL. All Rights Reserved. License terms.