pub unsafe extern "C" fn SDL_DestroyRenderer(
    renderer: *mut SDL_Renderer
)
Expand description

Destroy the rendering context for a window and free associated textures.

See Also: SDL_CreateRenderer