87bd3378360e8ec7e559040317edfb6942369038
The linker error was due to the same uniform name with different types appearing in different shader stages. I'll add an Impeller validation for this in a subsequent patch so we don't depend on testing in GLES. There was also another issue related to not being able to bind a cube-map type texture. After these fixes, the showcase runs but the one of the textures doesn't seem to be sampled still. But still, the progress is pretty neat. Fixes https://github.com/flutter/flutter/issues/104585.
[Impeller] GLES: Wire up program link log dumping and fix TheImpeller showcase. (flutter/engine#33626)
Description
Languages
Dart
75.4%
C++
16.4%
Objective-C++
2.7%
Java
2.7%
Objective-C
0.6%
Other
1.8%