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/watchos/src/lib.rs:308–310 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
306
307
#[no_mangle]
308
pub extern
"C"
fn bloom_get_fps() -> f64 {
309
state().target_fps.load(Ordering::Acquire) as f64
310
}
311
312
#[no_mangle]
313
pub extern
"C"
fn bloom_set_target_fps(fps: f64) {
Callers
nothing calls this directly
Calls
1
state
Function · 0.85
Tested by
no test coverage detected