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

Function bloom_draw_plane

native/macos/src/lib.rs:1096–1098  ·  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

1094
1095#[no_mangle]
1096pub extern "C" fn bloom_draw_plane(cx: f64, cy: f64, cz: f64, w: f64, d: f64, r: f64, g: f64, b: f64, a: f64) {
1097 engine().renderer.draw_plane(cx, cy, cz, w, d, r, g, b, a);
1098}
1099
1100#[no_mangle]
1101pub extern "C" fn bloom_draw_grid(slices: f64, spacing: f64) {

Callers

nothing calls this directly

Calls 2

draw_planeMethod · 0.80
engineFunction · 0.70

Tested by

no test coverage detected