I have a 1d texture with GL_NEAREST filtering.
I have also a textured mesh like the following picture:
Attachment 899
I'm trying to draw a black line (1px width) in between texture colors like the following picture:
Attachment 900
How can i achived that?