Add more structure constructor tests.
[piglit/hramrach.git] / tests / shaders / glsl-algebraic-sub-zero-2.shader_test
blob9ed50a2509da495fd4148afe2af23570dbc22f8e
1 [require]
2 GL >= 2.0
3 GLSL >= 1.10
5 [vertex shader]
6 void main()
8         gl_Position = gl_Vertex;
11 [fragment shader]
12 uniform vec4 color;
13 void main()
15         gl_FragColor = 0.0 - color;
18 [test]
19 uniform vec4 color 0.0 -1.0 0.0 0.0
20 draw rect -1 -1 2 2
21 probe rgb 1 1 0.0 1.0 0.0