ir_to_mesa: Support texture rectangle targets
[mesa/nouveau-pmpeg.git] / src / glsl / tests / attribute-03.glsl
blob870de9e8148e7a6950ffc24b27ec8bfd9e91fb82
1 /* FAIL - attribute cannot have type ivec3 */
2 attribute ivec3 i;
4 void main()
6   gl_Position = vec4(1.0);