Kirill Grouchnikov
10/19/2021, 6:02 PMm96 of Skia that has two breaking changes for working with shaders:
1. input is now a reserved keyword, so if you used it as the name for your incoming uniform shader, pick something else
2. sample(input, coord) is no longer supported. Use input.eval(coord) instead to chain shaders