ir_to_mesa: Support texture rectangle targets
[mesa/nouveau-pmpeg.git] / src / glsl / tests / condition-01.glsl
blobd89c313117e2bbf25dda7286667795e19ce96ce0
1 /* FAIL - :? condition is not bool scalar */
3 uniform bvec4 a;
5 void main()
7   gl_Position = (a) ? vec4(1.0, 0.0, 0.0, 1.0) : vec4(0.0, 1.0, 0.0, 1.0);