Function sdl2_sys::SDL_GetClipRect
source ยท pub unsafe extern "C" fn SDL_GetClipRect(
surface: *mut SDL_Surface,
rect: *mut SDL_Rect,
)
Expand description
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.