You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Skia has support for using Metal. It looks like Flutter will be switching to using this, and it may be worth doing that for this project as well. This would remove dependence on MoltenVK and potentially be easier to debug if something goes wrong since there would be fewer layers involved.
The text was updated successfully, but these errors were encountered:
aclysma
added
the
Idea
An idea for future enhancement. Not being worked on, and not committed to doing.
label
Nov 28, 2019
Hi, beginning with version 0.26.1, the latest skia-safe and skia-bindings support Metal. I don't know how the quality of the implementation is, but there is definitely some traction in the Skia codebase that adds new metal functions in the next upcoming release (milestone 81).
Skia has support for using Metal. It looks like Flutter will be switching to using this, and it may be worth doing that for this project as well. This would remove dependence on MoltenVK and potentially be easier to debug if something goes wrong since there would be fewer layers involved.
The text was updated successfully, but these errors were encountered: