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_WindowID windowID)
Function Parameters
windowID |
the type used to identify the window |
Code Examples
You can add your code example here
Remarks
You can add useful comments here
