Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
147
static HAS_3D: std::sync::atomic::AtomicBool = std::sync::atomic::AtomicBool::new(false);
148
149
pub fn begin() {
150
let mut g = INNER.lock().unwrap();
151
g.building.clear();
152
}
153
154
pub fn end() {
155
{
Callers
1
bloom_begin_drawing
Function · 0.85
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected