mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
DX-939 #progress MA-394 #progress This informs the vulkan driver that we're creating an image that will be backed by external memory. The driver driver can decide to use different memory requirements based on the if memory for the image can be exported or not. No change in behavior. Existing tests (modular_tests, scenic_tests, etc.) are sufficient and regressions will be prevented by running these tests on aemu. Test: fx shell run fuchsia-pkg://fuchsia.com/basemgr#meta/basemgr.cmx --base_shell=fuchsia-pkg://fuchsia.com/spinning_cube# Change-Id: I489318c2e31f752f76c80a81245e203861d44d94 Ported from Topaz tree.