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

Function bloom_clear_background

native/linux/src/lib.rs:705–707  ·  view source on GitHub ↗
(r: f64, g: f64, b: f64, a: f64)

Source from the content-addressed store, hash-verified

703
704#[no_mangle]
705pub extern "C" fn bloom_clear_background(r: f64, g: f64, b: f64, a: f64) {
706 engine().renderer.set_clear_color(r, g, b, a);
707}
708
709#[no_mangle]
710pub extern "C" fn bloom_set_target_fps(fps: f64) { engine().target_fps = fps; }

Callers

nothing calls this directly

Calls 2

engineFunction · 0.70
set_clear_colorMethod · 0.45

Tested by

no test coverage detected