Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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]
1630
pub fn bloom_disable_shadows() {
1631
engine().renderer.shadow_map.disable();
1632
}
1633
1634
// ============================================================
1635
// Post-processing
Callers
nothing calls this directly
Calls
2
engine
Function · 0.70
disable
Method · 0.45
Tested by
no test coverage detected