pub unsafe extern "C" fn SDL_RenderGetClipRect(
    renderer: *mut SDL_Renderer,
    rect: *mut SDL_Rect
) -> c_void
Expand description

Get the clip rectangle for the current target.

  • renderer The renderer from which clip rectangle should be queried.
  • rect A pointer filled in with the current clip rectangle, or an empty rectangle if clipping is disabled.

See Also: SDL_RenderSetClipRect