Wiki Page Content

Revision 8 as of 2010-11-01 05:03:45

Clear message

SDL_DestroyRenderer

Use this function to destroy the rendering context for a window and free associated textures.

Syntax

void SDL_DestroyRenderer(SDL_Window* window)

Function Parameters

window

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


CategoryAPI, CategoryVideo

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit