glutSwapBuffers (3) Linux Manual Page
glutSwapBuffers – Swaps the buffers for the current window.
Library
OpenGLUT – window
Synopsis
In openglut.h Ft void Fn glutSwapBuffers void
Description
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
Caveats
This function has no effect if your window is Bf Sy
Frame rate is only calculated for double-buffered windows.
Todo
How does this interact with overlays?
Consider making Bf Sy
See Also
glutPostRedisplay(3) glutPostOverlayRedisplay(3) glutPostWindowRedisplay(3) glutPostWindowOverlayRedisplay(3) glutInitDisplaymode(3)
