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

Function bloom_draw_grid

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

Source from the content-addressed store, hash-verified

1093
1094#[no_mangle]
1095pub extern "C" fn bloom_draw_grid(slices: f64, spacing: f64) {
1096 engine().renderer.draw_grid(slices as i32, spacing);
1097}
1098
1099#[no_mangle]
1100pub 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 1

drawGridFunction · 0.50

Calls 2

draw_gridMethod · 0.80
engineFunction · 0.70

Tested by

no test coverage detected