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

Method disable

native/shared/src/drs.rs:71–73  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

69 }
70
71 pub fn disable(&mut self) {
72 self.enabled = false;
73 }
74
75 /// Called once per frame from `EngineState::begin_frame` after
76 /// `delta_time` is updated. `dt_seconds` is wall-clock frame time.

Callers 11

bloom_disable_shadowsFunction · 0.45
bloom_disable_shadowsFunction · 0.45
bloom_disable_shadowsFunction · 0.45
set_shadows_enabledMethod · 0.45
bloom_disable_shadowsFunction · 0.45
bloom_disable_shadowsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected