mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
I didn't know this when I wrote it initially but structure chains will throw a compile time error if a chain member violates the Vulkan spec. pNext chaining is easy to mess up otherwise and we should use structure chains where possible. We are already doing this during pipeline construction.