Create a pattern of alternating black and red columns, with 9
columns of each color. Then, hide every third column that is colored red.
The shader should avoid using branching or conditional statements in its code, and instead rely on the mod
and step
functions to determine the color of each pixel.