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

7 lines
67 B
Plaintext

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