Wiki Page Content

Differences between revisions 1 and 2
Revision 1 as of 2010-01-18 06:56:17
Size: 644
Editor: SheenaSmith
Comment: create page, add content
Revision 2 as of 2010-01-21 18:24:46
Size: 639
Editor: SheenaSmith
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


CategoryAPI, CategoryVideo

None: SDL_GL_SwapWindow (last edited 2020-03-29 15:38:46 by ChrisBush)

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit