void main(){ vec2 uv=fract(gl_FragCoord.xy/24.0); float g=step(0.92,max(uv.x,uv.y)); gl_FragColor=vec4(0.1,0.9,0.6,g); }