HLSL: Add more matrix types to the grammar.
This commit is contained in:
parent
8d72f1a2c4
commit
0133c1233e
4 changed files with 231 additions and 0 deletions
|
|
@ -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"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue