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

Function bloom_set_shadows_enabled

native/ios/src/lib.rs:2246–2248  ·  view source on GitHub ↗
(on: f64)

Source from the content-addressed store, hash-verified

2244}
2245#[no_mangle]
2246pub extern "C" fn bloom_set_shadows_enabled(on: f64) {
2247 engine().renderer.set_shadows_enabled(on != 0.0);
2248}
2249#[no_mangle]
2250pub extern "C" fn bloom_set_shadows_always_fresh(on: f64) {
2251 engine().renderer.set_shadows_always_fresh(on != 0.0);

Callers 1

setShadowsEnabledFunction · 0.50

Calls 2

set_shadows_enabledMethod · 0.80
engineFunction · 0.70

Tested by

no test coverage detected