feat: generate vertices in kernel shader

This commit is contained in:
dscyrescotti
2024-05-12 23:12:07 +07:00
parent de9deb7faf
commit 6356b88c9a
14 changed files with 186 additions and 97 deletions
@@ -62,6 +62,9 @@ class CanvasViewController: UIViewController {
override func viewDidDisappear(_ animated: Bool) {
super.viewDidDisappear(animated)
history.resetRedo()
withPersistence(\.backgroundContext) { context in
context.refreshAllObjects()
}
}
}