Function sdl2_sys::SDL_RenderFillRectF
source ยท pub unsafe extern "C" fn SDL_RenderFillRectF(
renderer: *mut SDL_Renderer,
rect: *const SDL_FRect,
) -> c_int
Expand description
Fill a rectangle on the current rendering target with the drawing color at subpixel precision.
\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
\since This function is available since SDL 2.0.10.