7 PARAM values = {8, -10, 1, 12 };
8 MOV result.position, vertex.position;
9 RCP result.color.x, values.x;
10 RCP result.color.y, values.y;
11 RCP result.color.z, values.z;
12 RCP result.color.w, values.w;
17 draw rect -0.25 -0.25 0.5 0.5
18 relative probe rgba (0.5, 0.5) (0.125, 0.0, 1, 0.08333333333333333)