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

Method end_mode_2d

native/shared/src/renderer/mod.rs:12076–12079  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

12074 }
12075
12076 pub fn end_mode_2d(&mut self) {
12077 self.current_uniform_idx = 0;
12078 self.render_mode = RenderMode::ScreenSpace;
12079 }
12080
12081 // ============================================================
12082 // Camera 3D

Callers 7

bloom_end_mode_2dFunction · 0.80
bloom_end_mode_2dFunction · 0.80
bloom_end_mode_2dFunction · 0.80
bloom_end_mode_2dFunction · 0.80
bloom_end_mode_2dFunction · 0.80
bloom_end_mode_2dFunction · 0.80
bloom_end_mode_2dFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected