1SDL_GL_SwapBuffers(3) SDL API Reference SDL_GL_SwapBuffers(3)
23
4
NAME
6SDL_GL_SwapBuffers - Swap OpenGL framebuffers/Update Display
7
SYNOPSIS
9#include "SDL.h"
1011
void SDL_GL_SwapBuffers(void );
12
DESCRIPTION
14Swap the OpenGL buffers, if double-buffering is supported.
15
SEE ALSO
17SDL_SetVideoMode, SDL_GL_SetAttribute
1819
20
21
SDL Tue 11 Sep 2001, 23:01 SDL_GL_SwapBuffers(3)