forked from firka/flutter
ba164c17ff7023444dbca7f7eeb8f09eaed5523e
Removes the "final blit" for Metal because https://github.com/flutter/engine/pull/41085 allows us to read from the onscreen texture. We can't do this trick when running the Vulkan backend right now because it doesn't have `SupportsReadFromResolve` yet, which means we need to toggle between two textures.
Description
No description provided
Languages
Dart
75.4%
C++
16.4%
Objective-C++
2.7%
Java
2.7%
Objective-C
0.6%
Other
1.8%