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

Function engine

native/ios/src/lib.rs:41–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

39}
40
41fn engine() -> &'static mut EngineState {
42 unsafe { ENGINE.get_mut().expect("Engine not initialized") }
43}
44
45// ============================================================
46// CG types with objc2 Encode

Callers 15

bloom_begin_drawingFunction · 0.70
bloom_end_drawingFunction · 0.70
bloom_clear_backgroundFunction · 0.70
bloom_set_target_fpsFunction · 0.70
bloom_set_direct_2d_modeFunction · 0.70
bloom_get_delta_timeFunction · 0.70
bloom_get_fpsFunction · 0.70
bloom_get_screen_widthFunction · 0.70
bloom_get_screen_heightFunction · 0.70
bloom_is_key_pressedFunction · 0.70
bloom_is_key_downFunction · 0.70

Calls 1

get_mutMethod · 0.80

Tested by

no test coverage detected