MCPcopy Create free account
hub / github.com/Bloom-Engine/engine / bloom_disable_shadows

Function bloom_disable_shadows

native/linux/src/lib.rs:2146–2148  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2144
2145#[no_mangle]
2146pub extern "C" fn bloom_disable_shadows() {
2147 engine().renderer.shadow_map.disable();
2148}
2149
2150#[no_mangle]
2151pub extern "C" fn bloom_dump_shadow_map(path_ptr: *const u8) {

Callers

nothing calls this directly

Calls 2

engineFunction · 0.70
disableMethod · 0.45

Tested by

no test coverage detected