util: Rename u_debug_dump.[ch] -> u_dump.[ch].
[mesa.git] / progs / fpglsl / mov-imm.glsl
1 void main() {
2 gl_FragColor = vec4(1,0,1,1);
3 }