raylib_wasm

Function DrawSphereWires

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