mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
We would bind the texture target as either a 2D or Cube type but only set parameters such as min/mag filters and wrap modes on the 2D target. This fixes the rendering the Impeller showcase with the OpenGL backend. Fixes https://github.com/flutter/flutter/issues/104786