mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Despite compiling an initial PSO variant for every shader, in practice these were completely useless as they had a sample count of 1 (instead of 4 for MSAA) and an invalid pixel format. Correct the defaults so they may be usful. Not enough to fix https://github.com/flutter/flutter/issues/128963 , because we still have far too much state for Vulkan to handle