mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
* Draw vertices to shared offscreen canvas on browsers that support OffscreenCanvas. * Move gl rendering code to render_vertices.dart. * Reuse shaders and program across calls.