Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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]
192
pub fn bloom_end_drawing() {
193
engine().end_frame();
194
}
195
196
#[wasm_bindgen]
197
pub fn bloom_clear_background(r: f64, g: f64, b: f64, a: f64) {
Callers
nothing calls this directly
Calls
2
engine
Function · 0.70
end_frame
Method · 0.45
Tested by
no test coverage detected