mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Both changes were required to get playground tests validation free with moltenvk. becuase an initial state of undefined means "I don't care what was in this texture before" but that doesn't make sense if we're setting "kLoad" since that explicitly asks vulkan to load the previous contents. Fixes https://github.com/flutter/flutter/issues/157557