Files
Ink-Shader-Language/test/parse/rvalue_binary.golden

6 lines
91 B
Plaintext

(program
(fun vertex vs_main
[]
(:= a float2)
(:= b float2)
(:= x (+ a b).x)))