glXSwapBuffers

exchange front and back buffers

Signature

glXSwapBuffers( Display * ( dpy ) , GLXDrawable ( drawable ) )-> void
glXSwapBuffers( dpy , drawable )

Parameters

VariablesDescription
dpy
Specifies the connection to the X server.
drawable
Specifies the drawable whose buffers are to be swapped.