[][src]Function fermium::renderer::SDL_RenderGetClipRect

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

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