Files
Ink-Shader-Language/test/check/precedence_test.golden

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
]
]