(on: f64)
| 1185 | |
| 1186 | #[no_mangle] |
| 1187 | pub extern "C" fn bloom_set_auto_exposure(on: f64) { |
| 1188 | engine().renderer.set_auto_exposure(on != 0.0); |
| 1189 | } |
| 1190 | |
| 1191 | #[no_mangle] |
| 1192 | pub extern "C" fn bloom_set_taa_enabled(on: f64) { |
nothing calls this directly
no test coverage detected