6 lines
84 B
Plaintext
6 lines
84 B
Plaintext
#load "../builtins.ink";
|
|
|
|
vertex main :: () {
|
|
v2 : float2 = float2(2.0, 2.0);
|
|
}
|