Hello
I use PIXI.Shader and PIXI.Filter and pixi v4.8.6 (i know it's old i can't update for now)
Thus, i try to make a color transparent, my shader works with PIXI.Filter, but not with PIXI.Shader.
I think i've miss something in PIXI.Shader but i don't know what.
I hope make this purple transparent with PIXI.Shader instead PIXI.Filter, because shader have better performance, and i use shader already with other thing, so i avoid to create conflict.
Shader: sandbox code (don't works)
Filter: sandbox code (works)
For curious i use it for GDevelop5, we use PixiJS, and we have also bounty $115 on an issue with pixi (font text).
I let you take a look on gdevelop repo.
Thank you for reading me.