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

Function bloom_layer_class

native/ios/src/lib.rs:103–105  ·  view source on GitHub ↗
(_cls: *const c_void, _sel: Sel)

Source from the content-addressed store, hash-verified

101// ============================================================
102
103unsafe extern "C" fn bloom_layer_class(_cls: *const c_void, _sel: Sel) -> *const c_void {
104 AnyClass::get(c"CAMetalLayer").unwrap() as *const AnyClass as *const c_void
105}
106
107unsafe extern "C" fn bloom_touches_began(_this: *mut c_void, _sel: Sel, touches: *const AnyObject, _event: *const AnyObject) {
108 handle_touches(touches, TouchPhase::Began);

Callers

nothing calls this directly

Calls 1

getFunction · 0.85

Tested by

no test coverage detected