Function fmod::ffi::FMOD_Geometry_SetPolygonAttributes

source ยท
pub unsafe extern "C" fn FMOD_Geometry_SetPolygonAttributes(
    geometry: *mut FMOD_GEOMETRY,
    index: i32,
    directocclusion: f32,
    reverbocclusion: f32,
    doublesided: FMOD_BOOL,
) -> FMOD_RESULT