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