HLSL: Basic array grammar.

This commit is contained in:
John Kessenich
2016-06-19 11:50:34 -06:00
parent 93a162a857
commit 19b92fff7e
6 changed files with 254 additions and 9 deletions

View File

@@ -72,6 +72,7 @@ TEST_P(HlslCompileTest, FromFile)
INSTANTIATE_TEST_CASE_P(
ToSpirv, HlslCompileTest,
::testing::ValuesIn(std::vector<FileNameEntryPointPair>{
{"hlsl.array.frag", "PixelShaderFunction"},
{"hlsl.assoc.frag", "PixelShaderFunction"},
{"hlsl.attribute.frag", "PixelShaderFunction"},
{"hlsl.cast.frag", "PixelShaderFunction"},