Wiki Page Content

Differences between revisions 2 and 3
Revision 2 as of 2009-11-24 21:54:14
Size: 597
Editor: SheenaSmith
Comment: add categories
Revision 3 as of 2009-11-24 22:11:15
Size: 638
Editor: SheenaSmith
Comment: content changed
Deletions are marked like this. Additions are marked like this.
Line 15: Line 15:
||'''windowID'''||the window to destroy|| ||'''windowID'''||???the type of the window / the ID of the window to destroy???||

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


CategoryAPI, CategoryVideo

None: SDL_DestroyRenderer (last edited 2011-02-16 23:57:31 by SheenaSmith)

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