Ifdefs, moved semantic to check, fixed error reporting for builtins
This commit is contained in:
9
test/check/precedence_test.golden
Normal file
9
test/check/precedence_test.golden
Normal file
@@ -0,0 +1,9 @@
|
||||
scope (global) [
|
||||
[vertex__vs_main] : (x : float, y : float, z : float, w : float)
|
||||
scope (vertex__vs_main) [
|
||||
[x] : float
|
||||
[z] : float
|
||||
[y] : float
|
||||
[w] : float
|
||||
]
|
||||
]
|
||||
Reference in New Issue
Block a user