Files
Ink-Shader-Language/test/parse/complicated_computation.golden
2024-06-09 21:34:23 +02:00

6 lines
106 B
Plaintext

(program
(fun vertex vs_main
[]
(:= x float 5)
(:= y float 3000)
(:= z float (+ (* y y) x))))