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

8 lines
167 B
Plaintext

scope (global) [
[vertex__vs_main] : () -> float4
scope (vertex__vs_main) [
[pos] : float4
[arr] : [16].float4
]
]