Files
third_party_mesa3d/progs/fpglsl/mov-imm.glsl
2010-02-03 10:36:55 +00:00

4 lines
50 B
GLSL

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