()
| 2013 | |
| 2014 | #[no_mangle] |
| 2015 | pub extern "C" fn bloom_get_physical_width() -> f64 { |
| 2016 | engine().renderer.physical_width() as f64 |
| 2017 | } |
| 2018 | |
| 2019 | #[no_mangle] |
| 2020 | pub extern "C" fn bloom_get_physical_height() -> f64 { |
nothing calls this directly
no test coverage detected