Function raylib::ffi::DrawSphereEx[][src]

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