Write a shader that splits the screen into two parts: the left half should be red and the right half should be black.
The shader should avoid using branching or conditional statements in its code, and instead rely on the step
function to determine the color of each pixel.