void main() { half2x2 m1 = half2x2(half4(1, 2, 3, 4)); sk_FragColor = m1[0].xyxy; }