mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Resolves https://github.com/flutter/flutter/issues/156764. Resolves https://github.com/flutter/flutter/issues/155335. - Remove Command/VertexBuffer from Flutter GPU. - Separate vertex/index count into `impeller::RenderPass::SetElementCount(size_t count)` & accurately document its behavior. - Make Flutter GPU uniform/texture bindings re-assignable. - Remove unnecessary templates.