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

10 lines
230 B
Plaintext

scope (global) [
[vertex__vs_main] : (pos : float3) -> float4
scope (vertex__vs_main) [
[pos] : float3
scope (block) [ scope (block) []
scope (block) []
]
]
]