mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
This change adds support for host buffer that keeps index buffers separate from other general-purpose data. This is a requirement for WebGL: https://registry.khronos.org/webgl/specs/latest/2.0/#BUFFER_OBJECT_BINDING No current backends use the partitioned implementation, but once I add WebGL support it will use it to avoid https://github.com/flutter/flutter/issues/149603
Flutter Engine
Setting up the Engine development environment
See here
gclient bootstrap
Flutter engine uses gclient to manage dependencies.
If you've already cloned the flutter repository: