Function FMOD_System_CreateGeometry

Source
pub unsafe extern "C" fn FMOD_System_CreateGeometry(
    system: *mut FMOD_SYSTEM,
    maxpolygons: c_int,
    maxvertices: c_int,
    geometry: *mut *mut FMOD_GEOMETRY,
) -> FMOD_RESULT