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

Function bloom_set_target_fps

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

Source from the content-addressed store, hash-verified

1663
1664#[no_mangle]
1665pub extern "C" fn bloom_set_target_fps(fps: f64) { engine().target_fps = fps; }
1666
1667#[no_mangle]
1668pub 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