Added Ink and ncore to modules
This commit is contained in:
6
test/parse/field_assignment.golden
Normal file
6
test/parse/field_assignment.golden
Normal file
@@ -0,0 +1,6 @@
|
||||
(program
|
||||
(fun vertex vs_main -> float4 (@position)
|
||||
[(:= pos float4 (@position))]
|
||||
(:= x float 5)
|
||||
(= x 7)
|
||||
(return pos)))
|
||||
Reference in New Issue
Block a user