#187316 introduced a macro that helps people transition through the breaking change in #186556 where opengles fragment shaders no longer need to have special flipping logic. That macro was important for package developers so they could support main and stable version of flutter.
Once IMPELLER_OPENGLES_FLIP_DEPRECATED is on the stable channel (3.47.0?) it should be removed and its presence in the source code of a shader should be considered a compilation error.
cc @jason-simmons
cc @chunhtai
cc @justinmc
#187316 introduced a macro that helps people transition through the breaking change in #186556 where opengles fragment shaders no longer need to have special flipping logic. That macro was important for package developers so they could support
mainandstableversion of flutter.Once
IMPELLER_OPENGLES_FLIP_DEPRECATEDis on the stable channel (3.47.0?) it should be removed and its presence in the source code of a shader should be considered a compilation error.cc @jason-simmons
cc @chunhtai
cc @justinmc