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/ios/src/lib.rs:2816–2818 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2814
2815
#[no_mangle]
2816
pub extern
"C"
fn bloom_disable_shadows() {
2817
engine().renderer.shadow_map.disable();
2818
}
2819
2820
#[no_mangle]
2821
pub extern
"C"
fn bloom_dump_shadow_map(path_ptr: *const u8) {
Callers
1
disableShadows
Function · 0.50
Calls
2
engine
Function · 0.70
disable
Method · 0.45
Tested by
no test coverage detected