Wiki Page Content

Revision 9 as of 2011-01-02 04:47:48

Clear message

SDL_GL_SwapWindow

Use this function to update a window with OpenGL rendering.

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 is used with double-buffered OpenGL contexts, which are the default.


CategoryAPI, CategoryVideo

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