mov-imm.glsl revision 32001f49
1void main() {
2    gl_FragColor = vec4(1,0,1,1);
3}
4