(seconds: f64)
| 93 | } |
| 94 | |
| 95 | fn pump_run_loop(seconds: f64) { |
| 96 | unsafe { CFRunLoopRunInMode(kCFRunLoopDefaultMode, seconds, 0); } |
| 97 | } |
| 98 | |
| 99 | // ============================================================ |
| 100 | // Register BloomMetalView — UIView subclass with +layerClass = CAMetalLayer |