mesa/progs/fpglsl/mov-imm.glsl

4 lines
50 B
GLSL

void main() {
gl_FragColor = vec4(1,0,1,1);
}