1uniform half a;
2uniform half4 b;
3void main() {
4    sk_FragColor.x = length(a);
5    sk_FragColor.x = length(b);
6}
7