MCPcopy Create free account
hub / github.com/Bloom-Engine/engine / bloom_scene_node_count

Function bloom_scene_node_count

native/linux/src/lib.rs:2012–2014  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2010
2011#[no_mangle]
2012pub extern "C" fn bloom_scene_node_count() -> f64 {
2013 engine().scene.node_count() as f64
2014}
2015
2016#[no_mangle]
2017pub extern "C" fn bloom_scene_node_vertex_count(handle: f64) -> f64 {

Callers

nothing calls this directly

Calls 2

node_countMethod · 0.80
engineFunction · 0.70

Tested by

no test coverage detected