Double
buffering uses a back buffer and a
front
buffer
- The
front buffer is the one displayed by the graphics hardware.
- The
back buffer is where the rendering occurs.
- The
two buffers are swapped when
the rendering of a frame is complete.
This can be accomplished using the WGL function SwapBuffers(hDC);