init commit
This commit is contained in:
11
test/semant/simple_struct_access.golden
Normal file
11
test/semant/simple_struct_access.golden
Normal file
@@ -0,0 +1,11 @@
|
||||
scope (global) [
|
||||
[Data] : {color : float4}
|
||||
[vertex__vs_main] : ()
|
||||
scope (Data) [
|
||||
[color] : float4
|
||||
]
|
||||
scope (vertex__vs_main) [
|
||||
[x] : float4
|
||||
[d] : Data
|
||||
]
|
||||
]
|
||||
Reference in New Issue
Block a user