()
| 2010 | |
| 2011 | #[no_mangle] |
| 2012 | pub extern "C" fn bloom_scene_node_count() -> f64 { |
| 2013 | engine().scene.node_count() as f64 |
| 2014 | } |
| 2015 | |
| 2016 | #[no_mangle] |
| 2017 | pub extern "C" fn bloom_scene_node_vertex_count(handle: f64) -> f64 { |
nothing calls this directly
no test coverage detected