Ifdefs, moved semantic to check, fixed error reporting for builtins
This commit is contained in:
15
test/check/custom_hint.golden
Normal file
15
test/check/custom_hint.golden
Normal file
@@ -0,0 +1,15 @@
|
||||
scope (global) [
|
||||
[pixel__ps_main] : (pos : float4) -> float4
|
||||
[vertex__vs_main] : (pos : float3) -> float4
|
||||
[p] : {time : float}
|
||||
scope (p) [
|
||||
[time] : float
|
||||
]
|
||||
scope (vertex__vs_main) [
|
||||
[pos] : float3
|
||||
]
|
||||
scope (pixel__ps_main) [
|
||||
[t] : float
|
||||
[pos] : float4
|
||||
]
|
||||
]
|
||||
Reference in New Issue
Block a user