Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Bloom-Engine/engine
/ bloom_get_fps
Function
bloom_get_fps
native/android/src/lib.rs:345–345 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
343
344
#[no_mangle]
345
pub extern
"C"
fn bloom_get_fps() -> f64 { engine().get_fps() }
346
347
#[no_mangle]
348
pub extern
"C"
fn bloom_get_screen_width() -> f64 { engine().screen_width() }
Callers
nothing calls this directly
Calls
2
get_fps
Method · 0.80
engine
Function · 0.70
Tested by
no test coverage detected