SDL_GL_SwapBuffers (3) Linux Manual Page
SDL_GL_SwapBuffers – Swap OpenGL framebuffers/Update Display
Synopsis
#include "SDL.h"
void SDL_GL_SwapBuffers(void );
Description
Swap the OpenGL buffers, if double-buffering is supported.
See Also
SDL_SetVideoMode, SDL_GL_SetAttribute
