Added inferred types and missing length function.
This commit is contained in:
15
test/semant/inferred_types.golden
Normal file
15
test/semant/inferred_types.golden
Normal file
@@ -0,0 +1,15 @@
|
||||
scope (global) [
|
||||
[foo] : () -> float
|
||||
[vertex__vs_main] : (pos : float3) -> float4
|
||||
[bar] : () -> float
|
||||
scope (bar) []
|
||||
scope (foo) []
|
||||
scope (vertex__vs_main) [
|
||||
[v2] : float2
|
||||
[i] : int
|
||||
[v4] : float4
|
||||
[pos] : float3
|
||||
[v3] : float3
|
||||
[f] : float
|
||||
]
|
||||
]
|
||||
Reference in New Issue
Block a user