()
| 2115 | |
| 2116 | #[no_mangle] |
| 2117 | pub extern "C" fn bloom_scene_node_count() -> f64 { |
| 2118 | engine().scene.node_count() as f64 |
| 2119 | } |
| 2120 | |
| 2121 | #[no_mangle] |
| 2122 | pub extern "C" fn bloom_scene_node_index_count(handle: f64) -> f64 { |
nothing calls this directly
no test coverage detected