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

Function bloom_clear_background

native/web/src/lib.rs:197–199  ·  view source on GitHub ↗
(r: f64, g: f64, b: f64, a: f64)

Source from the content-addressed store, hash-verified

195
196#[wasm_bindgen]
197pub fn bloom_clear_background(r: f64, g: f64, b: f64, a: f64) {
198 engine().renderer.set_clear_color(r, g, b, a);
199}
200
201// ============================================================
202// Timing

Callers

nothing calls this directly

Calls 2

engineFunction · 0.70
set_clear_colorMethod · 0.45

Tested by

no test coverage detected