mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Adds multisampling support for GLES devices without GL_EXT_multisampled_render_to_texture provided they are at least GLES 3.0 to support mutlisampled render buffers. Fixes https://github.com/flutter/flutter/issues/158360 Fixes https://github.com/flutter/flutter/issues/157951 TBD: should we prefer renderbuffer 3.0 approach over multisample_render_to_texture?