6 lines
141 B
Plaintext
6 lines
141 B
Plaintext
(program
|
|
(struct VSInput
|
|
[(:= position float2 (@position))
|
|
(:= color float4 (@color))
|
|
(#if Env.UV
|
|
(:= uv float2 (@UV)))])) |