Wiki Page Content

Revision 4 as of 2010-08-30 01:00:36

Clear message

SDL_GL_SwapWindow

Use this function to update the display with OpenGL rendering for double-buffered OpenGL contexts.

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

You can add useful comments here


CategoryAPI, CategoryVideo

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