pub fn output_image_native( image_data: Vec<u8>, texture_dims: (usize, usize), path: String, )
Outputs a vector of RGBA bytes as a png image with the given dimensions on the given path.