7 lines
67 B
Plaintext
7 lines
67 B
Plaintext
vertex main :: () {
|
|
a : float2;
|
|
b : float2;
|
|
|
|
(a + b).x = 2.0;
|
|
}
|