THIS PAGE IS A WORK IN PROGRESS ... Please make edits to this page to improve it!
Get the current render target.
SDL_Texture* SDL_GetRenderTarget(SDL_Renderer *renderer);
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.
CategoryAPI, CategoryRender, CategoryDraft