mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Resolves https://github.com/flutter/flutter/issues/132516. Add `impeller::HostBuffer` wrapper to Flutter GPU. * Allows for lazy batch uploads of sparse host data to the GPU. * Handles platform alignment requirements. * API returns buffer view handles that will be fed to commands.