|
Size: 707
Comment: update content (w/ Sam); remove 'draft' note
|
Size: 709
Comment: minor change
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 18: | Line 18: |
| The OpenGL context associated with the Window. | The OpenGL context associated with '''window'''. |
SDL_GL_CreateContext
Use this function to create an OpenGL context for use with an OpenGL window, and make it current.
Contents
Syntax
SDL_GLContext SDL_GL_CreateContext(SDL_Window* window)
Function Parameters
window |
the window to query |
Return Value
The OpenGL context associated with window.
Code Examples
You can add your code example here
Remarks
You can add useful comments here
