Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Bloom-Engine/engine
/ bloom_set_direct_2d_mode
Function
bloom_set_direct_2d_mode
native/web/src/lib.rs:211–213 ·
view source on GitHub ↗
(on: f64)
Source
from the content-addressed store, hash-verified
209
210
#[wasm_bindgen]
211
pub fn bloom_set_direct_2d_mode(on: f64) {
212
engine().direct_2d_mode = on > 0.5;
213
}
214
215
#[wasm_bindgen]
216
pub fn bloom_get_delta_time() -> f64 {
Callers
nothing calls this directly
Calls
1
engine
Function · 0.70
Tested by
no test coverage detected