Wiki Page Content

Differences between revisions 4 and 5
Revision 4 as of 2010-10-09 03:37:21
Size: 851
Editor: SheenaSmith
Comment: update content - pointers, structs
Revision 5 as of 2011-01-02 04:40:55
Size: 847
Editor: SheenaSmith
Comment: update formatting - enums, structs, the/an
Deletions are marked like this. Additions are marked like this.
Line 16: Line 16:
||'''window'''||the SDL_Window to associate with the context|| ||'''window'''||the window to associate with the context||

SDL_GL_MakeCurrent

Use this function to set up an OpenGL context for rendering into an OpenGL window.

Syntax

int SDL_GL_MakeCurrent(SDL_Window*   window,
                       SDL_GLContext context)

Function Parameters

window

the window to associate with the context

context

the OpenGL context to associate with the window

Return Value

Returns 0 on success or a negative error code on failure; call SDL_GetError() for more information.

Code Examples

You can add your code example here

Remarks

You can add useful comments here


CategoryAPI, CategoryVideo

None: SDL_GL_MakeCurrent (last edited 2011-01-02 04:40:55 by SheenaSmith)

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