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

Function bloom_register_frame_callback

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

Source from the content-addressed store, hash-verified

1869
1870#[no_mangle]
1871pub extern "C" fn bloom_register_frame_callback(priority: f64, callback: extern "C" fn(f64)) -> f64 {
1872 engine().frame_callbacks.register(priority as i32, callback) as f64
1873}
1874
1875#[no_mangle]
1876pub extern "C" fn bloom_unregister_frame_callback(id: f64) {

Callers

nothing calls this directly

Calls 2

engineFunction · 0.70
registerMethod · 0.45

Tested by

no test coverage detected