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

Function bloom_disable_shadows

native/web/src/lib.rs:1630–1632  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1628
1629#[wasm_bindgen]
1630pub fn bloom_disable_shadows() {
1631 engine().renderer.shadow_map.disable();
1632}
1633
1634// ============================================================
1635// Post-processing

Callers

nothing calls this directly

Calls 2

engineFunction · 0.70
disableMethod · 0.45

Tested by

no test coverage detected