Get whether clipping is enabled on the given renderer.
SDL_bool SDL_RenderClipEnabled(SDL_Renderer *renderer);
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.