Wiki Page Content

Revision 3 as of 2010-08-30 00:58:40

Clear message

SDL_GL_SwapWindow

Use this function to swap the OpenGL buffers for the window, if double-buffering is supported.

Syntax

void SDL_GL_SwapWindow(SDL_Window* window)

Function Parameters

window

the window to update

Code Examples

You can add your code example here

Remarks

This function is typically used after doing OpenGL rendering to update the display.


CategoryAPI, CategoryVideo

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit