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

Function bloom_get_delta_time

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

Source from the content-addressed store, hash-verified

340
341#[no_mangle]
342pub extern "C" fn bloom_get_delta_time() -> f64 { engine().delta_time }
343
344#[no_mangle]
345pub extern "C" fn bloom_get_fps() -> f64 { engine().get_fps() }

Callers

nothing calls this directly

Calls 1

engineFunction · 0.70

Tested by

no test coverage detected