|
⇤ ← Revision 1 as of 2009-11-19 18:43:16
Size: 553
Comment: create page, add content
|
Size: 597
Comment: add categories
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 27: | Line 27: |
---- [[CategoryAPI]], [[CategoryVideo]] |
SDL_DestroyRenderer
Use this function to destroy the rendering context for a window and free associated textures.
Syntax
void SDL_DestroyRenderer(SDL_WindowID windowID)
Function Parameters
windowID |
the window to destroy |
Code Examples
You can add your code example here
Remarks
You can add useful comments here
