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

7 lines
66 B
Plaintext

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