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/android/src/lib.rs:1851–1853 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1849
1850
#[no_mangle]
1851
pub extern
"C"
fn bloom_enable_shadows() {
1852
engine().renderer.shadow_map.enable();
1853
}
1854
1855
#[no_mangle]
1856
pub extern
"C"
fn bloom_end_texture_mode() {
Callers
nothing calls this directly
Calls
2
engine
Function · 0.70
enable
Method · 0.45
Tested by
no test coverage detected