5 lines
77 B
Plaintext
5 lines
77 B
Plaintext
vertex main :: () {
|
|
v : float2;
|
|
v.x = (2.0 + ((4.0 - 2.0) * 1.5)) * 3.0;
|
|
}
|