Chinmay Garde 8b4a268e00 [Impeller] OpenGL texture parameters on the right texture target. (flutter/engine#33893)
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
2022-06-07 19:27:33 -07:00
..