()
| 1522 | |
| 1523 | #[wasm_bindgen] |
| 1524 | pub fn bloom_scene_node_count() -> f64 { |
| 1525 | engine().scene.node_count() as f64 |
| 1526 | } |
| 1527 | |
| 1528 | #[wasm_bindgen] |
| 1529 | pub fn bloom_scene_node_vertex_count(handle: f64) -> f64 { |
nothing calls this directly
no test coverage detected