MCPcopy Create free account
hub / github.com/Bloom-Engine/engine / bloom_draw_cube_wires

Function bloom_draw_cube_wires

native/ios/src/lib.rs:1070–1072  ·  view source on GitHub ↗
(x: f64, y: f64, z: f64, w: f64, h: f64, d: f64, r: f64, g: f64, b: f64, a: f64)

Source from the content-addressed store, hash-verified

1068
1069#[no_mangle]
1070pub extern "C" fn bloom_draw_cube_wires(x: f64, y: f64, z: f64, w: f64, h: f64, d: f64, r: f64, g: f64, b: f64, a: f64) {
1071 engine().renderer.draw_cube_wires(x, y, z, w, h, d, r, g, b, a);
1072}
1073
1074#[no_mangle]
1075pub extern "C" fn bloom_draw_sphere(cx: f64, cy: f64, cz: f64, radius: f64, r: f64, g: f64, b: f64, a: f64) {

Callers 1

drawCubeWiresFunction · 0.50

Calls 2

draw_cube_wiresMethod · 0.80
engineFunction · 0.70

Tested by

no test coverage detected