()
| 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] |
| 844 | pub extern "C" fn bloom_scene_get_transform(handle: f64, out: f64) -> f64 { |
nothing calls this directly
no test coverage detected