public class GLXSGIXSwapGroup
extends java.lang.Object
This extension provides the capability to synchronize the buffer swaps of a group of GLX drawables. A swap group is created, and drawables are added as members to the swap group. Buffer swaps to members of the swap group will then take place concurrently.
This extension extends the set of conditions that must be met before a buffer swap can take place.
| Modifier and Type | Method and Description |
|---|---|
static void |
glXJoinSwapGroupSGIX(long display,
long drawable,
long member)
Adds
drawable to the swap group containing member as a member. |
public static void glXJoinSwapGroupSGIX(long display,
long drawable,
long member)
drawable to the swap group containing member as a member. If drawable is already a member of a different group, it is
implicitly removed from that group first. If member is None, drawable is removed from the swap group that it belongs to, if
any.display - the connection to the X serverdrawable - the GLXDrawable to add to the swap groupmember - a member of the swap group or NoneCopyright LWJGL. All Rights Reserved. License terms.