[][src]Function raylib_sys::DrawSphereWires

pub unsafe extern "C" fn DrawSphereWires(
    centerPos: Vector3,
    radius: f32,
    rings: c_int,
    slices: c_int,
    color: Color
)