MCPcopy 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]
1851pub extern "C" fn bloom_enable_shadows() {
1852 engine().renderer.shadow_map.enable();
1853}
1854
1855#[no_mangle]
1856pub extern "C" fn bloom_end_texture_mode() {

Callers

nothing calls this directly

Calls 2

engineFunction · 0.70
enableMethod · 0.45

Tested by

no test coverage detected