Get whether clipping is enabled on the given renderer.
Defined in <SDL3/SDL_render.h>
bool SDL_RenderClipEnabled(SDL_Renderer *renderer);
SDL_Renderer * | renderer | the rendering context. |
(bool) Returns true if clipping is enabled or false if not; call SDL_GetError() for more information.
You may only call this function from the main thread.
This function is available since SDL 3.1.3.