Files
Ink-Shader-Language/test/for_no_iter.ink

7 lines
59 B
Plaintext

vertex main :: () {
x := 0.0;
for i : {
x += 2.0;
}
}