SDL_GL_SwapBuffers
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.
SDL_GL_SwapBuffers -- Swap OpenGL framebuffers/Update Display
#include "SDL.h" void SDL_GL_SwapBuffers(void);
Swap the OpenGL buffers, if double-buffering is supported.
SDL_GL_SwapBuffers (last edited 2008-04-17 08:18:39 by localhost)