SDL_GetRendererName

Get the name of a renderer.

extern (C) nothrow @nogc extern
const(char)*
SDL_GetRendererName

Parameters

renderer SDL_Renderer*

The rendering context.

Return Value

Type: const(char)*

The name of the selected renderer, or null on failure; call SDL_GetError for more information.

Threadsafety: It is safe to call this function from any thread.

See Also

Meta