mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
R8 cannot be supported on ES 2 without extensions and we can do with A8 instead. Avoid buffer copy in GLES backend. Texture::SetContents should not involve any intermediate copies now.