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

Function bloom_clear_background

native/android/src/lib.rs:331–333  ·  view source on GitHub ↗
(r: f64, g: f64, b: f64, a: f64)

Source from the content-addressed store, hash-verified

329
330#[no_mangle]
331pub extern "C" fn bloom_clear_background(r: f64, g: f64, b: f64, a: f64) {
332 engine().renderer.set_clear_color(r, g, b, a);
333}
334
335#[no_mangle]
336pub 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