init commit
This commit is contained in:
8
test/parse/passthrough.golden
Normal file
8
test/parse/passthrough.golden
Normal file
@@ -0,0 +1,8 @@
|
||||
(program
|
||||
(fun vertex vs_main -> float3 (@position)
|
||||
[(:= pos float3 (@position))]
|
||||
(return pos))
|
||||
|
||||
(fun pixel ps_main -> float4 (@target0)
|
||||
[]
|
||||
(return (float4 1 1 1 1))))
|
||||
Reference in New Issue
Block a user