Commit e540062
authored
* iOS: Refactor queued_gpu_redraws out from AppStateImpl
To allow AppStateImpl to be Copy, and to move redraws into the window in
the future.
* iOS AppState: Avoid RefCell and static mut
Instead, prefer Cell and Copy types, as those will never have crashes
on re-entrancy / if forgetting to make a state transition.
1 parent f1e0f6c commit e540062
2 files changed
Lines changed: 115 additions & 184 deletions
0 commit comments