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

Function begin

native/watchos/src/draw_list.rs:149–152  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

147static HAS_3D: std::sync::atomic::AtomicBool = std::sync::atomic::AtomicBool::new(false);
148
149pub fn begin() {
150 let mut g = INNER.lock().unwrap();
151 g.building.clear();
152}
153
154pub fn end() {
155 {

Callers 1

bloom_begin_drawingFunction · 0.85

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected