mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Resolves https://github.com/flutter/flutter/issues/128353. Depends on https://github.com/flutter/engine/pull/43026. * Maps the texel coordinate space correctly relative to the geometry pixel coordinates. * Use decal sampling for subpass textures. * Simplify the computation by using new rect utilities such as `Rect::Project`.