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

Function bloom_end_drawing

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

Source from the content-addressed store, hash-verified

190
191#[wasm_bindgen]
192pub fn bloom_end_drawing() {
193 engine().end_frame();
194}
195
196#[wasm_bindgen]
197pub fn bloom_clear_background(r: f64, g: f64, b: f64, a: f64) {

Callers

nothing calls this directly

Calls 2

engineFunction · 0.70
end_frameMethod · 0.45

Tested by

no test coverage detected