glutSwapBuffers (3) - Linux Manuals
glutSwapBuffers: Swaps the buffers for the current window.
NAME
glutSwapBuffers - Swaps the buffers for the current window.LIBRARY
OpenGLUT - windowSYNOPSIS
In openglut.h Ft void Fn glutSwapBuffers voidDESCRIPTION
This function signals to OpenGLUT that you are done drawing to the Bf Li
This also computes your current frame-rate and prints the result
on
Bf Sy
Frame rate is only calculated for double-buffered windows.
Consider making
Bf Sy
CAVEATS
This function has no effect if your window is
Bf Sy
TODO
How does this interact with overlays?
SEE ALSO
glutPostRedisplay(3)
glutPostOverlayRedisplay(3)
glutPostWindowRedisplay(3)
glutPostWindowOverlayRedisplay(3)
glutInitDisplaymode(3)