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

Function bloom_scene_node_count

native/watchos/src/lib.rs:841–841  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

839 scene::set_texture(h as u32, tex as u32);
840}
841#[no_mangle] pub extern "C" fn bloom_scene_node_count() -> f64 { scene::node_count() as f64 }
842
843#[no_mangle]
844pub extern "C" fn bloom_scene_get_transform(handle: f64, out: f64) -> f64 {

Callers

nothing calls this directly

Calls 1

node_countFunction · 0.85

Tested by

no test coverage detected