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

3 lines
50 B
GLSL

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