Function rust_raylib::ffi::ExportMesh

source ·
pub unsafe extern "C" fn ExportMesh(
    mesh: Mesh,
    fileName: *const c_char
) -> bool
Expand description

Export mesh data to file, returns true on success