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

Function bloom_draw_ray

native/android/src/lib.rs:713–715  ·  view source on GitHub ↗
(ox: f64, oy: f64, oz: f64, dx: f64, dy: f64, dz: f64, r: f64, g: f64, b: f64, a: f64)

Source from the content-addressed store, hash-verified

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);
715}
716
717// --- Model FFI ---
718

Callers

nothing calls this directly

Calls 2

draw_rayMethod · 0.80
engineFunction · 0.70

Tested by

no test coverage detected