ext_gpu_shader4: add compiler tests for everything
[piglit.git] / tests / spec / arb_vertex_program / divide_by_zero.shader_test
blob2b0f753b21be68834140dea02fae7803d12d97f2
1 [require]
2 GL >= 1.3
3 ARB_vertex_program
5 [vertex program]
6 !!ARBvp1.0
7 PARAM zero = program.local[0];
8 MOV result.position, vertex.position;
9 RCP result.color.x, zero.x;
10 RCP result.color.y, zero.y;
11 RCP result.color.z, zero.z;
12 RCP result.color.w, zero.w;
13 END
15 [test]
16 ortho -4 4 -4 4
17 parameter local_vp 0 (0.0, 0.0, 0.0, 0.0)
18 draw rect -0.25 -0.25 0.5 0.5