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

Function bloom_register_frame_callback

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

Source from the content-addressed store, hash-verified

2505
2506#[no_mangle]
2507pub extern "C" fn bloom_register_frame_callback(priority: f64, callback: extern "C" fn(f64)) -> f64 {
2508 engine().frame_callbacks.register(priority as i32, callback) as f64
2509}
2510
2511#[no_mangle]
2512pub extern "C" fn bloom_unregister_frame_callback(id: f64) {

Callers 1

registerFrameCallbackFunction · 0.50

Calls 2

engineFunction · 0.70
registerMethod · 0.45

Tested by

no test coverage detected