Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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]
1625
pub fn bloom_enable_shadows() {
1626
engine().renderer.shadow_map.enable();
1627
}
1628
1629
#[wasm_bindgen]
1630
pub fn bloom_disable_shadows() {
Callers
nothing calls this directly
Calls
2
engine
Function · 0.70
enable
Method · 0.45
Tested by
no test coverage detected