[][src]Function raylib::ffi::DrawLineStrip

pub unsafe extern "C" fn DrawLineStrip(
    points: *mut Vector2,
    numPoints: i32,
    color: Color
)