Function sdl2_sys::SDL_SoftStretchLinear
source ยท pub unsafe extern "C" fn SDL_SoftStretchLinear(
src: *mut SDL_Surface,
srcrect: *const SDL_Rect,
dst: *mut SDL_Surface,
dstrect: *const SDL_Rect,
) -> c_int
Expand description
Perform bilinear scaling between two surfaces of the same format, 32BPP.
\since This function is available since SDL 2.0.16.