Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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]
669
pub extern
"C"
fn bloom_set_target_fps(fps: f64) {
670
engine().target_fps = fps;
671
}
672
673
#[no_mangle]
674
pub extern
"C"
fn bloom_set_direct_2d_mode(on: f64) {
Callers
nothing calls this directly
Calls
1
engine
Function · 0.70
Tested by
no test coverage detected