Function sdl2_sys::surface::SDL_FillRects
[−]
[src]
pub unsafe extern "C" fn SDL_FillRects(
dst: *mut SDL_Surface,
rects: *const SDL_Rect,
count: c_int,
color: uint32_t
) -> c_int