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