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

Function bloom_set_target_fps

native/web/src/lib.rs:206–208  ·  view source on GitHub ↗
(fps: f64)

Source from the content-addressed store, hash-verified

204
205#[wasm_bindgen]
206pub fn bloom_set_target_fps(fps: f64) {
207 engine().target_fps = fps;
208}
209
210#[wasm_bindgen]
211pub fn bloom_set_direct_2d_mode(on: f64) {

Callers

nothing calls this directly

Calls 1

engineFunction · 0.70

Tested by

no test coverage detected