st/mesa: fix incorrect RowStride computation
[mesa.git] / progs / fpglsl / mov.glsl
1 void main() {
2 gl_FragColor = gl_Color;
3 }