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

Function bloom_get_fps

native/web/src/lib.rs:221–223  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

219
220#[wasm_bindgen]
221pub fn bloom_get_fps() -> f64 {
222 engine().get_fps()
223}
224
225#[wasm_bindgen]
226pub 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