|
Size: 627
Comment: update content - 2/14 changeset 5295 (as of 5145); moved to render.h
|
← Revision 10 as of 2011-02-16 23:57:31 ⇥
Size: 603
Comment: update content - 2/16 changeset 5318 (as of 5147)
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 11: | Line 11: |
| void SDL_DestroyRenderer(SDL_Window* window) | void SDL_DestroyRenderer(SDL_Renderer* renderer) |
| Line 15: | Line 15: |
| ||'''window'''||the window associated with the renderer to be freed|| | ||'''renderer'''||the rendering context|| |
SDL_DestroyRenderer
Use this function to destroy the rendering context for a window and free associated textures.
Syntax
void SDL_DestroyRenderer(SDL_Renderer* renderer)
Function Parameters
renderer |
the rendering context |
Code Examples
You can add your code example here
Remarks
You can add useful comments here
