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

Function bloom_clear_background

native/macos/src/lib.rs:634–636  ·  view source on GitHub ↗
(r: f64, g: f64, b: f64, a: f64)

Source from the content-addressed store, hash-verified

632
633#[no_mangle]
634pub extern "C" fn bloom_clear_background(r: f64, g: f64, b: f64, a: f64) {
635 engine().renderer.set_clear_color(r, g, b, a);
636}
637
638/// Load an HDR equirectangular environment map and upload it to the
639/// GPU. Subsequent frames sample it per-background-pixel via a sky

Callers

nothing calls this directly

Calls 2

engineFunction · 0.70
set_clear_colorMethod · 0.45

Tested by

no test coverage detected