I’m making a shader that allows to vertex paint another texture using vertex color and polybrush. I have this code that is pluged into the T argument of a Lerp between the two textures.
When I paint in the red channel, the texture shows up as normal, but there is this weird line cutting the pixels at the border and I don’t know how to avoid it. Does anyone knows any solutions to this?