|
Size: 627
Comment: content changed
|
Size: 631
Comment: format update
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 23: | Line 23: |
| You can add useful comments here | ''You can add useful comments here'' |
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 associated with the renderer to be freed |
Code Examples
You can add your code example here
Remarks
You can add useful comments here
