Get whether clipping is enabled on the given renderer.
Defined in <SDL3/SDL_render.h>
renderer | the rendering context |
Returns SDL_TRUE if clipping is enabled or SDL_FALSE if not; call SDL_GetError() for more information.
This function is available since SDL 3.0.0.