Function sdl2_sys::SDL_SoftStretch
source ยท pub unsafe extern "C" fn SDL_SoftStretch(
src: *mut SDL_Surface,
srcrect: *const SDL_Rect,
dst: *mut SDL_Surface,
dstrect: *const SDL_Rect,
) -> c_int
Expand description
Perform a fast, low quality, stretch blit between two surfaces of the same format.
Please use SDL_BlitScaled() instead.
\since This function is available since SDL 2.0.0.