HLSL: Add more matrix types to the grammar.

This commit is contained in:
John Kessenich
2016-05-20 12:17:26 -06:00
parent 8d72f1a2c4
commit 0133c1233e
4 changed files with 231 additions and 0 deletions

View File

@@ -74,6 +74,7 @@ INSTANTIATE_TEST_CASE_P(
{"hlsl.assoc.frag", "PixelShaderFunction"},
{"hlsl.float1.frag", "PixelShaderFunction"},
{"hlsl.float4.frag", "PixelShaderFunction"},
{"hlsl.matType.frag", "PixelShaderFunction"},
{"hlsl.max.frag", "PixelShaderFunction"},
{"hlsl.precedence.frag", "PixelShaderFunction"},
{"hlsl.precedence2.frag", "PixelShaderFunction"},