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

Function bloom_set_target_fps

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

Source from the content-addressed store, hash-verified

334
335#[no_mangle]
336pub extern "C" fn bloom_set_target_fps(fps: f64) { engine().target_fps = fps; }
337
338#[no_mangle]
339pub extern "C" fn bloom_set_direct_2d_mode(on: f64) { engine().direct_2d_mode = on > 0.5; }

Callers

nothing calls this directly

Calls 1

engineFunction · 0.70

Tested by

no test coverage detected