5 lines
88 B
Plaintext
5 lines
88 B
Plaintext
|
void main() {
|
||
|
half2x2 m1 = half2x2(half4(1, 2, 3, 4));
|
||
|
sk_FragColor = m1[0].xyxy;
|
||
|
}
|