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

Function bloom_draw_grid

native/linux/src/lib.rs:1093–1095  ·  view source on GitHub ↗
(slices: f64, spacing: f64)

Source from the content-addressed store, hash-verified

1091}
1092#[no_mangle]
1093pub extern "C" fn bloom_draw_grid(slices: f64, spacing: f64) {
1094 engine().renderer.draw_grid(slices as i32, spacing);
1095}
1096#[no_mangle]
1097pub extern "C" fn bloom_draw_ray(ox: f64, oy: f64, oz: f64, dx: f64, dy: f64, dz: f64, r: f64, g: f64, b: f64, a: f64) {
1098 engine().renderer.draw_ray(ox, oy, oz, dx, dy, dz, r, g, b, a);

Callers

nothing calls this directly

Calls 2

draw_gridMethod · 0.80
engineFunction · 0.70

Tested by

no test coverage detected