Function Swap-Buffers

Part of:

package glfw
( swap-buffers )
The function swaps the back and front color buffers of the window. If GLFW_AUTO-POLL-EVENTS
is enabled (which is the default), glfwPollEvents is called before swapping the front and back buffers.