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/linux/src/lib.rs:2141–2143 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2139
2140
#[no_mangle]
2141
pub extern
"C"
fn bloom_enable_shadows() {
2142
engine().renderer.shadow_map.enable();
2143
}
2144
2145
#[no_mangle]
2146
pub extern
"C"
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