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

Function bloom_set_shadows_enabled

native/linux/src/lib.rs:2514–2516  ·  view source on GitHub ↗
(on: f64)

Source from the content-addressed store, hash-verified

2512}
2513#[no_mangle]
2514pub extern "C" fn bloom_set_shadows_enabled(on: f64) {
2515 engine().renderer.set_shadows_enabled(on != 0.0);
2516}
2517#[no_mangle]
2518pub extern "C" fn bloom_set_shadows_always_fresh(on: f64) {
2519 engine().renderer.set_shadows_always_fresh(on != 0.0);

Callers

nothing calls this directly

Calls 2

set_shadows_enabledMethod · 0.80
engineFunction · 0.70

Tested by

no test coverage detected