Files
Ink/test/check/hint_in_struct.golden

9 lines
217 B
Plaintext

scope (global) [
[VSInput] : {position : float2, color : float4, color : float4, uv : float2}
scope (VSInput) [
[position] : float2
[uv] : float2
[color] : float4
]
]