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

Function bloom_set_auto_exposure

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

Source from the content-addressed store, hash-verified

2624
2625#[no_mangle]
2626pub extern "C" fn bloom_set_auto_exposure(on: f64) {
2627 engine().renderer.set_auto_exposure(on != 0.0);
2628}
2629
2630#[no_mangle]
2631pub 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