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

Function bloom_register_frame_callback

native/android/src/lib.rs:2015–2017  ·  view source on GitHub ↗
(priority: f64, callback: extern "C" fn(f64))

Source from the content-addressed store, hash-verified

2013
2014#[no_mangle]
2015pub 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]
2020pub extern "C" fn bloom_scene_attach_model(node_handle: f64, model_handle: f64, mesh_index: f64) {

Callers

nothing calls this directly

Calls 2

engineFunction · 0.70
registerMethod · 0.45

Tested by

no test coverage detected