()
| 2659 | |
| 2660 | #[no_mangle] |
| 2661 | pub extern "C" fn bloom_get_physical_height() -> f64 { |
| 2662 | engine().renderer.physical_height() as f64 |
| 2663 | } |
| 2664 | |
| 2665 | #[no_mangle] |
| 2666 | pub extern "C" fn bloom_set_auto_resolution(target_hz: f64, enabled: f64) { |
nothing calls this directly
no test coverage detected