skia2/resources/sksl/blend
Brian Osman 3e4ef49890 Remove SkBlendMode from SkSL
We've lived without this for a long time. It bloats sksl_gpu (inhibits
some inlining!), and if things go according to plan, we'll be removing
enum support from SkSL entirely soon.

Change-Id: If844bbe5fdae41df7930d5c8ea9b832f9dd1b922
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/419099
Reviewed-by: John Stiles <johnstiles@google.com>
Commit-Queue: Brian Osman <brianosman@google.com>
2021-06-16 21:01:30 +00:00
..
BlendClear.sksl
BlendColor.sksl
BlendColorBurn.sksl
BlendColorDodge.sksl
BlendDarken.sksl
BlendDifference.sksl
BlendDst.sksl
BlendDstAtop.sksl
BlendDstIn.sksl
BlendDstOut.sksl
BlendDstOver.sksl
BlendExclusion.sksl
BlendHardLight.sksl
BlendHue.sksl
BlendLighten.sksl
BlendLuminosity.sksl
BlendModulate.sksl
BlendMultiply.sksl
BlendOverlay.sksl
BlendPlus.sksl
BlendSaturation.sksl
BlendScreen.sksl
BlendSoftLight.sksl
BlendSrc.sksl
BlendSrcAtop.sksl
BlendSrcIn.sksl
BlendSrcOut.sksl
BlendSrcOver.sksl
BlendXor.sksl