Fix lvalue/rvalue binaries. Fix structured buffer output.
This commit is contained in:
6
test/parse/temp_access.golden
Normal file
6
test/parse/temp_access.golden
Normal file
@@ -0,0 +1,6 @@
|
||||
(program
|
||||
(fun vertex vs_main
|
||||
[]
|
||||
(:= a float2)
|
||||
(:= b float2)
|
||||
(= (+ a b).x 2)))
|
||||
Reference in New Issue
Block a user