Get the current render target.
Defined in <SDL3/SDL_render.h>
renderer | the rendering context |
Returns the current render target or NULL for the default render target.
The default render target is the window for which the renderer was created, and is reported a NULL here.
This function is available since SDL 3.0.0.