Build 411 is out, bundling `m96` of Skia that has ...
# compose-desktop
k
Build 411 is out, bundling
m96
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
🙏 1