Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Bloom-Engine/engine
/ bloom_begin_drawing
Function
bloom_begin_drawing
native/android/src/lib.rs:297–299 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
295
296
#[no_mangle]
297
pub extern
"C"
fn bloom_begin_drawing() {
298
engine().begin_frame();
299
}
300
301
#[no_mangle]
302
pub extern
"C"
fn bloom_end_drawing() {
Callers
nothing calls this directly
Calls
2
engine
Function · 0.70
begin_frame
Method · 0.45
Tested by
no test coverage detected