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

3 lines
45 B
GLSL

void main() {
gl_FragColor = gl_Color;
}