SDL_DestroyRenderer

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

This should be called before destroying the associated window.

extern (C) nothrow @nogc extern
void
SDL_DestroyRenderer

Parameters

renderer SDL_Renderer*

The rendering context.

Threadsafety: This function should only be called on the main thread.

See Also

Meta