HLSL: Implement switch/case/default.
This commit is contained in:
parent
2f47bc9781
commit
d02dc5d05a
7 changed files with 514 additions and 7 deletions
|
|
@ -100,6 +100,7 @@ INSTANTIATE_TEST_CASE_P(
|
|||
{"hlsl.scope.frag", "PixelShaderFunction"},
|
||||
{"hlsl.sin.frag", "PixelShaderFunction"},
|
||||
{"hlsl.struct.frag", "PixelShaderFunction"},
|
||||
{"hlsl.switch.frag", "PixelShaderFunction"},
|
||||
{"hlsl.swizzle.frag", "PixelShaderFunction"},
|
||||
{"hlsl.whileLoop.frag", "PixelShaderFunction"},
|
||||
{"hlsl.void.frag", "PixelShaderFunction"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue