MCPcopy 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]
211pub fn bloom_set_direct_2d_mode(on: f64) {
212 engine().direct_2d_mode = on > 0.5;
213}
214
215#[wasm_bindgen]
216pub fn bloom_get_delta_time() -> f64 {

Callers

nothing calls this directly

Calls 1

engineFunction · 0.70

Tested by

no test coverage detected