The OpenGL function glFlush, which requires no parameter, tells OpenGL that rendering should be done. Until we study double buffering and glutSwapBuffers with our examples on animation, we will always make a call to glFlush after making all our OpenGL calls that define our scene. Note that the desired image may not appear on the
display device if we should forget to make the call to glFlush.