Files
Ink/test/parse/hint_in_struct.golden

6 lines
141 B
Plaintext

(program
(struct VSInput
[(:= position float2 (@position))
(:= color float4 (@color))
(#if Env.UV
(:= uv float2 (@UV)))]))