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

Function bloom_set_auto_exposure

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

Source from the content-addressed store, hash-verified

1185
1186#[no_mangle]
1187pub extern "C" fn bloom_set_auto_exposure(on: f64) {
1188 engine().renderer.set_auto_exposure(on != 0.0);
1189}
1190
1191#[no_mangle]
1192pub extern "C" fn bloom_set_taa_enabled(on: f64) {

Callers

nothing calls this directly

Calls 2

set_auto_exposureMethod · 0.80
engineFunction · 0.70

Tested by

no test coverage detected