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

10 lines
260 B
Plaintext

scope (global) [
[vertex__vs_main] : (x : float, y : float, z : float, w : float)
scope (vertex__vs_main) [
[x] : float
[z] : float
[y] : float
[w] : float
]
]