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

Function bloom_set_target_fps

native/ios/src/lib.rs:757–757  ·  view source on GitHub ↗
(fps: f64)

Source from the content-addressed store, hash-verified

755
756#[no_mangle]
757pub extern "C" fn bloom_set_target_fps(fps: f64) { engine().target_fps = fps; }
758
759#[no_mangle]
760pub extern "C" fn bloom_set_direct_2d_mode(on: f64) { engine().direct_2d_mode = on > 0.5; }

Callers 1

setTargetFPSFunction · 0.50

Calls 1

engineFunction · 0.70

Tested by

no test coverage detected