()
| 2597 | |
| 2598 | #[no_mangle] |
| 2599 | pub extern "C" fn bloom_scene_node_count() -> f64 { |
| 2600 | engine().scene.node_count() as f64 |
| 2601 | } |
| 2602 | |
| 2603 | /// Debug: get vertex count for a scene node (0 if not found or empty) |
| 2604 | #[no_mangle] |
nothing calls this directly
no test coverage detected