MCPcopy 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]
297pub extern "C" fn bloom_begin_drawing() {
298 engine().begin_frame();
299}
300
301#[no_mangle]
302pub extern "C" fn bloom_end_drawing() {

Callers

nothing calls this directly

Calls 2

engineFunction · 0.70
begin_frameMethod · 0.45

Tested by

no test coverage detected