Function rust_raylib::ffi::ImageResize
source · pub unsafe extern "C" fn ImageResize(
image: *mut Image,
newWidth: c_int,
newHeight: c_int
)
Expand description
Resize image (Bicubic scaling algorithm)
pub unsafe extern "C" fn ImageResize(
image: *mut Image,
newWidth: c_int,
newHeight: c_int
)
Resize image (Bicubic scaling algorithm)