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