HLSL: Implement ?: grammar productions.
Missing are implicit conversions between int/bool/etc.
This commit is contained in:
parent
b783d712ab
commit
00957f8110
5 changed files with 423 additions and 7 deletions
|
|
@ -77,6 +77,7 @@ INSTANTIATE_TEST_CASE_P(
|
|||
{"hlsl.attribute.frag", "PixelShaderFunction"},
|
||||
{"hlsl.buffer.frag", "PixelShaderFunction"},
|
||||
{"hlsl.cast.frag", "PixelShaderFunction"},
|
||||
{"hlsl.conditional.frag", "PixelShaderFunction"},
|
||||
{"hlsl.discard.frag", "PixelShaderFunction"},
|
||||
{"hlsl.doLoop.frag", "PixelShaderFunction"},
|
||||
{"hlsl.float1.frag", "PixelShaderFunction"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue