1 2 3 4 5 6 7 8
fragment shade in uv: vec2 out color: vec4 do if uv.x > 0.5 then color = vec4(1.0, 0.0, 0.0, 1.0) end end