(handle: f64, texture_idx: f64)
| 2005 | |
| 2006 | #[no_mangle] |
| 2007 | pub extern "C" fn bloom_scene_set_material_texture(handle: f64, texture_idx: f64) { |
| 2008 | engine().scene.set_material_texture(handle, texture_idx as u32); |
| 2009 | } |
| 2010 | |
| 2011 | #[no_mangle] |
| 2012 | pub extern "C" fn bloom_scene_node_count() -> f64 { |
nothing calls this directly
no test coverage detected