pub unsafe extern "C" fn SDL_GetRenderTarget(
    renderer: *mut SDL_Renderer
) -> *mut SDL_Texture
Expand description

\brief Get the current render target or NULL for the default render target.

\return The current render target

\sa SDL_SetRenderTarget()