Wiki Page Content

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


CategoryAPI, CategoryRender

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

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