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

Function bloom_set_target_fps

native/macos/src/lib.rs:669–671  ·  view source on GitHub ↗
(fps: f64)

Source from the content-addressed store, hash-verified

667
668#[no_mangle]
669pub extern "C" fn bloom_set_target_fps(fps: f64) {
670 engine().target_fps = fps;
671}
672
673#[no_mangle]
674pub extern "C" fn bloom_set_direct_2d_mode(on: f64) {

Callers

nothing calls this directly

Calls 1

engineFunction · 0.70

Tested by

no test coverage detected