ir_to_mesa: Support texture rectangle targets
[mesa/nouveau-pmpeg.git] / src / glsl / tests / attribute-10.glsl
blob6f5ef63a015842c489f14f69b62d49ef2ff6cda8
1 #version 120
2 /* FAIL - attribute cannot have array type in GLSL 1.20 */
3 attribute vec4 i[10];
5 void main()
7   gl_Position = vec4(1.0);