mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
I was missing the VMA flush. Because skia is writing directly to the exposed ptr, we don't go through the OnSetContents which makes a flush call. Add a flush API and implement it for Vk DeviceBuffers.