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

\brief Perform a fast, low quality, stretch blit between two surfaces of the same pixel format.

\note This function uses a static buffer, and is not thread-safe.