benjaminhon
Apologies for the delayed response; I've been away these past few days.
Currently, it’s not possible to modify the shader of individual attachments directly.
However, with a bit more effort, you can achieve the same effect by using a slot object, as demonstrated in the following example:
To do this, you can extract the individual texture and replace the corresponding attachment with a slot object. Since slot objects are standard Pixi elements, you can then easily apply a filter to them.