Hey all,
I was curious if anyone knew how to reference a different texture in the fragshader. I want to make a bloom shader with lens dirt but I can't figure out how to pull anything except samplerFront and samplerBack.
I also want to make a color adjuster that references an rgb sheet to swap colors, and a more simplified shader to emulate pixel palettes. I would prefer to do this via references to an alternate texture but can't figure out how to pull it in.
If it is impossible to reference another texture besides samplerfront and back, then I think this would be a very good feature to have.