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

Function bloom_draw_grid

native/android/src/lib.rs:709–711  ·  view source on GitHub ↗
(slices: f64, spacing: f64)

Source from the content-addressed store, hash-verified

707}
708#[no_mangle]
709pub extern "C" fn bloom_draw_grid(slices: f64, spacing: f64) {
710 engine().renderer.draw_grid(slices as i32, spacing);
711}
712#[no_mangle]
713pub 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) {
714 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