Ifdefs, moved semantic to check, fixed error reporting for builtins
This commit is contained in:
10
test/check/unary.golden
Normal file
10
test/check/unary.golden
Normal file
@@ -0,0 +1,10 @@
|
||||
scope (global) [
|
||||
[pixel__ps_ps_main] : (position : float4) -> float4
|
||||
[vertex__vs_vs_main] : (position : float3) -> float4
|
||||
scope (vertex__vs_vs_main) [
|
||||
[position] : float3
|
||||
]
|
||||
scope (pixel__ps_ps_main) [
|
||||
[position] : float4
|
||||
]
|
||||
]
|
||||
Reference in New Issue
Block a user