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

8 lines
173 B
Plaintext

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