8 lines
179 B
Plaintext
8 lines
179 B
Plaintext
(program
|
|
(fun vertex vs_main -> float3 (@position)
|
|
[(:= pos float3 (@position))]
|
|
(return pos))
|
|
|
|
(fun pixel ps_main -> float4 (@target0)
|
|
[]
|
|
(return (float4 1 1 1 1)))) |