Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Bloom-Engine/engine
/ bloom_get_delta_time
Function
bloom_get_delta_time
native/ios/src/lib.rs:763–763 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
761
762
#[no_mangle]
763
pub extern
"C"
fn bloom_get_delta_time() -> f64 { engine().delta_time }
764
765
#[no_mangle]
766
pub extern
"C"
fn bloom_get_fps() -> f64 { engine().get_fps() }
Callers
1
getDeltaTime
Function · 0.50
Calls
1
engine
Function · 0.70
Tested by
no test coverage detected