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

Function bloom_get_fps

native/macos/src/lib.rs:684–686  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

682
683#[no_mangle]
684pub extern "C" fn bloom_get_fps() -> f64 {
685 engine().get_fps()
686}
687
688#[no_mangle]
689pub extern "C" fn bloom_get_screen_width() -> f64 {

Callers

nothing calls this directly

Calls 2

get_fpsMethod · 0.80
engineFunction · 0.70

Tested by

no test coverage detected