Fix a bunch of ifdirective related issues in Ink. Load the UI rect shader in ensom.
This commit is contained in:
8
test/check/hint_in_struct.golden
Normal file
8
test/check/hint_in_struct.golden
Normal file
@@ -0,0 +1,8 @@
|
||||
scope (global) [
|
||||
[VSInput] : {position : float2, color : float4, color : float4, uv : float2}
|
||||
scope (VSInput) [
|
||||
[position] : float2
|
||||
[uv] : float2
|
||||
[color] : float4
|
||||
]
|
||||
]
|
||||
Reference in New Issue
Block a user