ImageResize function
See RaylibCoreFlatModule.ImageResize.
Implementation
void ImageResize(
StructPointer<ImageD> image,
int newWidth,
int newHeight,
) => _module.ImageResize(image, newWidth, newHeight);
See RaylibCoreFlatModule.ImageResize.
void ImageResize(
StructPointer<ImageD> image,
int newWidth,
int newHeight,
) => _module.ImageResize(image, newWidth, newHeight);