init commit
This commit is contained in:
13
test/semant/multiple_semicolons_everywhere.golden
Normal file
13
test/semant/multiple_semicolons_everywhere.golden
Normal file
@@ -0,0 +1,13 @@
|
||||
scope (global) [
|
||||
[pixel__ps_main] : () -> float4
|
||||
[foo] : () -> float4
|
||||
[vertex__vs_main] : (pos : float3) -> float3
|
||||
scope (vertex__vs_main) [
|
||||
[pos] : float3
|
||||
]
|
||||
scope (foo) []
|
||||
scope (pixel__ps_main) [
|
||||
[y] : float4
|
||||
[color] : float4
|
||||
]
|
||||
]
|
||||
Reference in New Issue
Block a user