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

Function bloom_enable_shadows

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

Source from the content-addressed store, hash-verified

1623
1624#[wasm_bindgen]
1625pub fn bloom_enable_shadows() {
1626 engine().renderer.shadow_map.enable();
1627}
1628
1629#[wasm_bindgen]
1630pub fn bloom_disable_shadows() {

Callers

nothing calls this directly

Calls 2

engineFunction · 0.70
enableMethod · 0.45

Tested by

no test coverage detected