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 type of the window / the ID of the window to destroy??? |
Code Examples
You can add your code example here
Remarks
You can add useful comments here
