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

Function bloom_draw_plane

native/ios/src/lib.rs:1090–1092  ·  view source on GitHub ↗
(cx: f64, cy: f64, cz: f64, w: f64, d: f64, r: f64, g: f64, b: f64, a: f64)

Source from the content-addressed store, hash-verified

1088
1089#[no_mangle]
1090pub extern "C" fn bloom_draw_plane(cx: f64, cy: f64, cz: f64, w: f64, d: f64, r: f64, g: f64, b: f64, a: f64) {
1091 engine().renderer.draw_plane(cx, cy, cz, w, d, r, g, b, a);
1092}
1093
1094#[no_mangle]
1095pub extern "C" fn bloom_draw_grid(slices: f64, spacing: f64) {

Callers 1

drawPlaneFunction · 0.50

Calls 2

draw_planeMethod · 0.80
engineFunction · 0.70

Tested by

no test coverage detected