HLSL: Implement switch/case/default.

This commit is contained in:
John Kessenich
2016-07-01 00:04:11 -06:00
parent 2f47bc9781
commit d02dc5d05a
7 changed files with 514 additions and 7 deletions

View File

@@ -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"},