mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
We only use this for drawPoints, a rarely used API. On local tests, this is just as fast with the CPU backend implementations. While this was intended to be the first in a series of compute based rendering experiments, it hasn't really been worth the carrying cost. So lets shrink the complexity and and remove another shader to boot. Fixes https://github.com/flutter/flutter/issues/147184