Function SDL_RenderFillRectsF
pub unsafe extern "C" fn SDL_RenderFillRectsF(
renderer: *mut SDL_Renderer,
rects: *const SDL_FRect,
count: i32,
) -> i32
Available on crate feature
dep_sdl2
only.Expand description
Fill some number of rectangles on the current rendering target with the drawing color at subpixel precision.
\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
\since This function is available since SDL 2.0.10.