Name

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(3), SDL_GL_SetAttribute(3)

COPYRIGHT

This manual page is taken from the SDL library, licensed under GNU LGPL.