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

9 lines
206 B
Plaintext

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