Merge pull request #901 from LoopDawg/imat-construct

HLSL: Add imat, umat, and bmat constructors
This commit is contained in:
John Kessenich
2017-05-24 23:12:58 -06:00
committed by GitHub
8 changed files with 987 additions and 18 deletions

View File

@@ -100,6 +100,7 @@ INSTANTIATE_TEST_CASE_P(
{"hlsl.conditional.frag", "PixelShaderFunction"},
{"hlsl.constantbuffer.frag", "main"},
{"hlsl.constructexpr.frag", "main"},
{"hlsl.constructimat.frag", "main"},
{"hlsl.depthGreater.frag", "PixelShaderFunction"},
{"hlsl.depthLess.frag", "PixelShaderFunction"},
{"hlsl.discard.frag", "PixelShaderFunction"},