HLSL: fix crash on empty sequence node passed to intrinsic expansions
This commit is contained in:
parent
9ce76553b8
commit
db2e3b4169
4 changed files with 141 additions and 1 deletions
|
|
@ -93,6 +93,7 @@ INSTANTIATE_TEST_CASE_P(
|
|||
{"hlsl.calculatelod.dx10.frag", "main"},
|
||||
{"hlsl.calculatelodunclamped.dx10.frag", "main"},
|
||||
{"hlsl.cast.frag", "PixelShaderFunction"},
|
||||
{"hlsl.clip.frag", "main"},
|
||||
{"hlsl.comparison.vec.frag", "main"},
|
||||
{"hlsl.conditional.frag", "PixelShaderFunction"},
|
||||
{"hlsl.constructexpr.frag", "main"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue