7 PARAM values = {1, 4, 9, 100 };
8 MOV result.position, vertex.position;
9 RSQ result.color.x, values.x;
10 RSQ result.color.y, values.y;
11 RSQ result.color.z, values.z;
12 RSQ result.color.w, values.w;
17 draw rect -0.25 -0.25 0.5 0.5
18 relative probe rgba (0.5, 0.5) (1.0, 0.5, 0.3333, 0.1)