|
⇤ ← Revision 1 as of 2010-01-18 06:56:17
Size: 644
Comment: create page, add content
|
Size: 639
Comment: Update WindowID > Window*
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 12: | Line 12: |
| void SDL_GL_SwapWindow(SDL_WindowID windowID) | void SDL_GL_SwapWindow(SDL_Window* window) |
| Line 16: | Line 16: |
| ||'''windowID'''||the type used to identify the window|| | ||'''window'''||the type used to identify the window|| |
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
