[−][src]Function sdl2_sys::SDL_RenderFillRect
pub unsafe extern "C" fn SDL_RenderFillRect(
renderer: *mut SDL_Renderer,
rect: *const SDL_Rect
) -> c_int
\brief Fill a rectangle on the current rendering target with the drawing color.
\param renderer The renderer which should fill a rectangle. \param rect A pointer to the destination rectangle, or NULL for the entire rendering target.
\return 0 on success, or -1 on error