mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Based on https://github.com/flutter/engine/pull/52510 Work towards https://github.com/flutter/flutter/issues/138798 Change IPoint destination_origin to IRect destination_region, which allows us to specify an area smaller than the entire texture to replace. This will eventually allow us to only upload individual glyphs. This fixes the cubemap issue I previously hit: each face needs to track initialization separately.