Function SDL_SoftStretchLinear
pub unsafe extern "C" fn SDL_SoftStretchLinear(
src: *mut SDL_Surface,
srcrect: *const SDL_Rect,
dst: *mut SDL_Surface,
dstrect: *const SDL_Rect,
) -> i32
Available on crate feature
dep_sdl2
only.Expand description
Perform bilinear scaling between two surfaces of the same format, 32BPP.
\since This function is available since SDL 2.0.16.