(data: &[u8])
| 696 | |
| 697 | #[wasm_bindgen] |
| 698 | pub fn bloom_load_image_bytes(data: &[u8]) -> f64 { |
| 699 | engine().textures.load_image(data) |
| 700 | } |
| 701 | |
| 702 | #[wasm_bindgen] |
| 703 | pub fn bloom_image_resize(handle: f64, w: f64, h: f64) { |
nothing calls this directly
no test coverage detected