Wiki Page Content

Differences between revisions 4 and 5
Revision 4 as of 2010-08-30 01:00:36
Size: 570
Editor: SheenaSmith
Comment: update content (w/ Sam)
Revision 5 as of 2010-08-30 01:02:37
Size: 570
Editor: SheenaSmith
Comment: update content (w/ Sam)
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
Use this function to update the display with OpenGL rendering for double-buffered OpenGL contexts. Use this function to update the window with OpenGL rendering.
Line 23: Line 23:
''You can add useful comments here'' This is used with double-buffered OpenGL contexts, which are the default.

SDL_GL_SwapWindow

Use this function to update the 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.


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