|
Size: 561
Comment: update content (w/ Sam); remove 'draft' note
|
Size: 567
Comment: update content - pointers, structs
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 15: | Line 15: |
| ||'''context'''||the context to be deleted|| | ||'''context'''||the SDL_GLContext to be deleted|| |
SDL_GL_DeleteContext
Use this function to delete an OpenGL context.
Syntax
void SDL_GL_DeleteContext(SDL_GLContext context)
Function Parameters
context |
the SDL_GLContext to be deleted |
Code Examples
You can add your code example here
Remarks
You can add useful comments here
