Function rust_raylib::ffi::ExportImage

source ·
pub unsafe extern "C" fn ExportImage(
    image: Image,
    fileName: *const c_char
) -> bool
Expand description

Export image data to file, returns true on success