|
Size: 547
Comment: update content - pointers, structs
|
Size: 543
Comment: update formatting - enums, structs, the/an
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 15: | Line 15: |
| ||'''window'''||the SDL_Window to update|| | ||'''window'''||the window to update|| |
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.
