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

Function bloom_draw_ray

native/linux/src/lib.rs:1097–1099  ·  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

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);
1099}
1100
1101// --- Model FFI ---
1102

Callers

nothing calls this directly

Calls 2

draw_rayMethod · 0.80
engineFunction · 0.70

Tested by

no test coverage detected