FMOD_Geometry_SetPolygonVertex

Function FMOD_Geometry_SetPolygonVertex 

Source
pub unsafe extern "C" fn FMOD_Geometry_SetPolygonVertex(
    geometry: *mut FMOD_GEOMETRY,
    index: c_int,
    vertexindex: c_int,
    vertex: *const FMOD_VECTOR,
) -> FMOD_RESULT