pub unsafe extern "C" fn SDL_RenderIsClipEnabled(
    renderer: *mut SDL_Renderer
) -> SDL_bool
Expand description

Get whether clipping is enabled on the given renderer.

\param renderer the renderer from which clip state should be queried \returns SDL_TRUE if clipping is enabled or SDL_FALSE if not; call SDL_GetError() for more information.

\since This function is available since SDL 2.0.4.

\sa SDL_RenderGetClipRect \sa SDL_RenderSetClipRect