Files
flutter/engine/src/flutter/lib
Jonah Williams 50626db959 [Impeller] Add buffer to texture blit for Vulkan. (flutter/engine#41706)
Work towards https://github.com/flutter/flutter/issues/123468

In order to support the usage of BufferView, I generalized the tracked buffer type from DeviceBuffer to Buffer. Should be mostly safe!

I confirmed that this runs correctly under moltenvk but I'm uncertain if there are additional ways to validate.
2023-06-07 19:32:48 +00:00
..