Function raylib_sys::DrawCylinderWiresEx

source ยท
pub unsafe extern "C" fn DrawCylinderWiresEx(
    startPos: Vector3,
    endPos: Vector3,
    startRadius: f32,
    endRadius: f32,
    sides: c_int,
    color: Color
)