mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Vulkan and GLES backends support triangle fans, so only "un-fan" these geometries when necessary. Now that dispatch gives the vertices geometry as a shared_ptr, we can hold onto that directly without performing another copy.