[−][src]Function sdl2_sys::SDL_RenderFillRectsF
pub unsafe extern "C" fn SDL_RenderFillRectsF(
renderer: *mut SDL_Renderer,
rects: *const SDL_FRect,
count: c_int
) -> c_int
\brief Fill some number of rectangles on the current rendering target with the drawing color.
\param renderer The renderer which should fill multiple rectangles. \param rects A pointer to an array of destination rectangles. \param count The number of rectangles.
\return 0 on success, or -1 on error