glXJoinSwapGroupSGIX(3G) OpenGL Reference - GLX glXJoinSwapGroupSGIX(3G)
glXJoinSwapGroupSGIX - synchronize buffer swaps with other drawables
void glXJoinSwapGroupSGIX( Display *dpy,
GLXDrawable drawable,
GLXDrawable member )
dpy Specifies the connection to the X server.
drawable Specifies the GLX drawable to be added to the swap group.
member Specifies a GLX drawable already in the swap group.
glXJoinSwapGroupSGIX is part of the SGIX_swap_group extension.
glXJoinSwapGroupSGIX removes drawable from its current swap group, and
adds it to the swap group that contains member. Buffer swaps to all
members of the new group will then take place concurrently, after the
swap interval of each member has elapsed. If member is None, drawable is
not added to any group.
glXJoinSwapGroupSGIX belongs to the set of X calls; to synchronize with
OpenGL calls, use glXWaitX or glXWaitGL.
GLXBadDrawable is generated if drawable or member is not a valid GLX
drawable.
glXSwapBuffers, glXSwapIntervalSGI.
PPPPaaaaggggeeee 1111 [ Back ]
|