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