a recent framework pr undo the yflip #186556
Since we are decoupling the material_ui to its own package, the policy is to support current stable and master. Therefore, engine introduced IMPELLER_OPENGLES_UNFLIPPED_DEPRECATED for fragment shader to keep track of whether the y flip has been reverted.
We need to make sure the fragment shader is updated before we release 1.0.0
The change https://gist.github.com/chunhtai/24f06316721731cc132a9f0b9256c215
Update
After looking at the code, it looks like we need should move the shader from material to widget, in this case, we don't need to worry about backward compatibility
a recent framework pr undo the yflip #186556
Since we are decoupling the material_ui to its own package, the policy is to support current stable and master. Therefore, engine introduced IMPELLER_OPENGLES_UNFLIPPED_DEPRECATED for fragment shader to keep track of whether the y flip has been reverted.
We need to make sure the fragment shader is updated before we release 1.0.0
The change https://gist.github.com/chunhtai/24f06316721731cc132a9f0b9256c215
Update
After looking at the code, it looks like we need should move the shader from material to widget, in this case, we don't need to worry about backward compatibility