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

Function bloom_set_shadows_enabled

native/macos/src/lib.rs:1279–1281  ·  view source on GitHub ↗
(on: f64)

Source from the content-addressed store, hash-verified

1277}
1278#[no_mangle]
1279pub extern "C" fn bloom_set_shadows_enabled(on: f64) {
1280 engine().renderer.set_shadows_enabled(on != 0.0);
1281}
1282#[no_mangle]
1283pub extern "C" fn bloom_set_shadows_always_fresh(on: f64) {
1284 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