()
| 2654 | |
| 2655 | #[no_mangle] |
| 2656 | pub extern "C" fn bloom_get_physical_width() -> f64 { |
| 2657 | engine().renderer.physical_width() as f64 |
| 2658 | } |
| 2659 | |
| 2660 | #[no_mangle] |
| 2661 | pub extern "C" fn bloom_get_physical_height() -> f64 { |
nothing calls this directly
no test coverage detected