Function
bloom_register_frame_callback
(priority: f64, callback: extern "C" fn(f64))
Source from the content-addressed store, hash-verified
| 2013 | |
| 2014 | #[no_mangle] |
| 2015 | pub extern "C" fn bloom_register_frame_callback(priority: f64, callback: extern "C" fn(f64)) -> f64 { |
| 2016 | engine().frame_callbacks.register(priority as i32, callback) as f64 |
| 2017 | } |
| 2018 | |
| 2019 | #[no_mangle] |
| 2020 | pub extern "C" fn bloom_scene_attach_model(node_handle: f64, model_handle: f64, mesh_index: f64) { |
Callers
nothing calls this directly
Tested by
no test coverage detected