Ifdefs, moved semantic to check, fixed error reporting for builtins
This commit is contained in:
15
test/check/struct_within_struct.golden
Normal file
15
test/check/struct_within_struct.golden
Normal file
@@ -0,0 +1,15 @@
|
||||
scope (global) [
|
||||
[Bar] : {t : Foo}
|
||||
[vertex__vs_main] : ()
|
||||
[Foo] : {color : float4}
|
||||
scope (Foo) [
|
||||
[color] : float4
|
||||
]
|
||||
scope (Bar) [
|
||||
[t] : Foo
|
||||
]
|
||||
scope (vertex__vs_main) [
|
||||
[b] : Bar
|
||||
[f] : Foo
|
||||
]
|
||||
]
|
||||
Reference in New Issue
Block a user