Function sdl2_sys::SDL_DestroyRenderer
source ยท pub unsafe extern "C" fn SDL_DestroyRenderer(
renderer: *mut SDL_Renderer,
)
Expand description
\brief Destroy the rendering context for a window and free associated textures.
\sa SDL_CreateRenderer()