5 lines
65 B
Plaintext
5 lines
65 B
Plaintext
|
void main() {
|
||
|
float2x2 x = float2x2(1);
|
||
|
float y = x.y;
|
||
|
}
|