HLSL: Add better diagnostic when using in/out qualifiers in global scope (#2258)
This commit is contained in:
parent
b56e0e441b
commit
78a3c915a1
4 changed files with 61 additions and 0 deletions
|
|
@ -239,6 +239,7 @@ INSTANTIATE_TEST_CASE_P(
|
|||
{"hlsl.implicitBool.frag", "main"},
|
||||
{"hlsl.inf.vert", "main"},
|
||||
{"hlsl.inoutquals.frag", "main"},
|
||||
{"hlsl.inoutquals.negative.frag", "main"},
|
||||
{"hlsl.init.frag", "ShaderFunction"},
|
||||
{"hlsl.init2.frag", "main"},
|
||||
{"hlsl.isfinite.frag", "main"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue