init commit
This commit is contained in:
8
test/parse/simple_struct_access.golden
Normal file
8
test/parse/simple_struct_access.golden
Normal file
@@ -0,0 +1,8 @@
|
||||
(program
|
||||
(struct Data
|
||||
[(:= color float4)])
|
||||
|
||||
(fun vertex vs_main
|
||||
[]
|
||||
(:= d Data)
|
||||
(:= x float4 d.color)))
|
||||
Reference in New Issue
Block a user