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/ios/src/lib.rs:2811–2813 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2809
2810
#[no_mangle]
2811
pub extern
"C"
fn bloom_enable_shadows() {
2812
engine().renderer.shadow_map.enable();
2813
}
2814
2815
#[no_mangle]
2816
pub extern
"C"
fn bloom_disable_shadows() {
Callers
1
enableShadows
Function · 0.50
Calls
2
engine
Function · 0.70
enable
Method · 0.45
Tested by
no test coverage detected