[][src]Function fermium::SDL_GetClipRect

pub unsafe extern "C" fn SDL_GetClipRect(
    surface: *mut SDL_Surface,
    rect: *mut SDL_Rect
)

Gets the clipping rectangle for the destination surface in a blit.

\c rect must be a pointer to a valid rectangle which will be filled with the correct values.