Wiki Page Content

Differences between revisions 8 and 9
Revision 8 as of 2010-11-01 05:03:45
Size: 626
Editor: SheenaSmith
Comment: update content - pointers, structs
Revision 9 as of 2011-02-15 19:39:15
Size: 627
Editor: SheenaSmith
Comment: update content - 2/14 changeset 5295 (as of 5145); moved to render.h
Deletions are marked like this. Additions are marked like this.
Line 29: Line 29:
[[CategoryAPI]], [[CategoryVideo]] [[CategoryAPI]], [[CategoryRender]]

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, CategoryRender

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