blob: 12088a9393026624950e916c448401164db6f274 [file] [log] [blame]
uniform half2 ah, bh;
uniform float2 af, bf;
void main() {
sk_FragColor.x = cross(ah, bh);
sk_FragColor.y = half(cross(af, bf));
}