|
Size: 545
Comment: update content - remove empty section
|
Size: 543
Comment: update content - "the" to "a" window update
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 5: | Line 5: |
| Use this function to update the window with OpenGL rendering. | Use this function to update a window with OpenGL rendering. |
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.
