Ifdefs, moved semantic to check, fixed error reporting for builtins
This commit is contained in:
13
test/check/meta_block.golden
Normal file
13
test/check/meta_block.golden
Normal file
@@ -0,0 +1,13 @@
|
||||
scope (global) [
|
||||
[pixel__ps_main] : () -> float4
|
||||
[vertex__vs_main] : (pos : float3, uv : float2) -> float3
|
||||
[properties] : properties
|
||||
scope (properties) [
|
||||
[color] : float4
|
||||
]
|
||||
scope (vertex__vs_main) [
|
||||
[pos] : float3
|
||||
[uv] : float2
|
||||
]
|
||||
scope (pixel__ps_main) []
|
||||
]
|
||||
Reference in New Issue
Block a user