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

Function bloom_get_fps

native/ios/src/lib.rs:766–766  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

764
765#[no_mangle]
766pub extern "C" fn bloom_get_fps() -> f64 { engine().get_fps() }
767
768#[no_mangle]
769pub extern "C" fn bloom_get_screen_width() -> f64 { engine().screen_width() }

Callers 1

getFPSFunction · 0.50

Calls 2

get_fpsMethod · 0.80
engineFunction · 0.70

Tested by

no test coverage detected