Wiki Page Content

Revision 2 as of 2010-01-21 18:24:46

Clear message

DRAFT

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 type used to identify the window

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