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

8 lines
163 B
Plaintext

scope (global) [
[vertex__vs_main] : (pos : float4)
scope (vertex__vs_main) [
[x] : float
[pos] : float4
]
]