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

Function bloom_begin_drawing

native/web/src/lib.rs:186–189  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

184
185#[wasm_bindgen]
186pub fn bloom_begin_drawing() {
187 // No event polling needed on web — events are injected from JS via bloom_inject_*
188 engine().begin_frame();
189}
190
191#[wasm_bindgen]
192pub fn bloom_end_drawing() {

Callers

nothing calls this directly

Calls 2

engineFunction · 0.70
begin_frameMethod · 0.45

Tested by

no test coverage detected