(on: f64)
| 2624 | |
| 2625 | #[no_mangle] |
| 2626 | pub extern "C" fn bloom_set_auto_exposure(on: f64) { |
| 2627 | engine().renderer.set_auto_exposure(on != 0.0); |
| 2628 | } |
| 2629 | |
| 2630 | #[no_mangle] |
| 2631 | pub extern "C" fn bloom_set_taa_enabled(on: f64) { |
nothing calls this directly
no test coverage detected