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

6 lines
66 B
Plaintext

vertex main :: () {
a : float2;
b : float2;
(a + b).x = 2.0;
}