HLSL: Fix #770: implicitly convert bool operands to numeric operators.
This commit is contained in:
parent
a4c64c988c
commit
97366a0df0
5 changed files with 425 additions and 2 deletions
|
|
@ -89,6 +89,7 @@ INSTANTIATE_TEST_CASE_P(
|
|||
{"hlsl.attribute.expression.comp", "main"},
|
||||
{"hlsl.basic.comp", "main"},
|
||||
{"hlsl.basic.geom", "main"},
|
||||
{"hlsl.boolConv.vert", "main"},
|
||||
{"hlsl.buffer.frag", "PixelShaderFunction"},
|
||||
{"hlsl.calculatelod.dx10.frag", "main"},
|
||||
{"hlsl.calculatelodunclamped.dx10.frag", "main"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue