HLSL: Fix a grammar error related to constructors in parenthetical expressions
This commit is contained in:
parent
ff13213547
commit
5964c64b2a
7 changed files with 212 additions and 34 deletions
|
|
@ -80,6 +80,7 @@ INSTANTIATE_TEST_CASE_P(
|
|||
{"hlsl.calculatelodunclamped.dx10.frag", "main"},
|
||||
{"hlsl.cast.frag", "PixelShaderFunction"},
|
||||
{"hlsl.conditional.frag", "PixelShaderFunction"},
|
||||
{"hlsl.constructexpr.frag", "main"},
|
||||
{"hlsl.discard.frag", "PixelShaderFunction"},
|
||||
{"hlsl.doLoop.frag", "PixelShaderFunction"},
|
||||
{"hlsl.float1.frag", "PixelShaderFunction"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue