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

Function bloom_draw_grid

native/macos/src/lib.rs:1101–1103  ·  view source on GitHub ↗
(slices: f64, spacing: f64)

Source from the content-addressed store, hash-verified

1099
1100#[no_mangle]
1101pub extern "C" fn bloom_draw_grid(slices: f64, spacing: f64) {
1102 engine().renderer.draw_grid(slices as i32, spacing);
1103}
1104
1105#[no_mangle]
1106pub extern "C" fn bloom_draw_ray(origin_x: f64, origin_y: f64, origin_z: f64, dir_x: f64, dir_y: f64, dir_z: f64, r: f64, g: f64, b: f64, a: f64) {

Callers

nothing calls this directly

Calls 2

draw_gridMethod · 0.80
engineFunction · 0.70

Tested by

no test coverage detected