()
| 1215 | |
| 1216 | #[no_mangle] |
| 1217 | pub extern "C" fn bloom_get_physical_width() -> f64 { |
| 1218 | engine().renderer.physical_width() as f64 |
| 1219 | } |
| 1220 | |
| 1221 | #[no_mangle] |
| 1222 | pub extern "C" fn bloom_get_physical_height() -> f64 { |
nothing calls this directly
no test coverage detected