pub unsafe extern "C" fn SDL_RenderDrawRectsF(
    renderer: *mut SDL_Renderer,
    rects: *const SDL_FRect,
    count: c_int
) -> c_int
Expand description

Draw some number of rectangles on the current rendering target at subpixel precision.

\param renderer The renderer which should draw 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.