HLSL: Basic array grammar.
This commit is contained in:
parent
93a162a857
commit
19b92fff7e
6 changed files with 254 additions and 9 deletions
|
|
@ -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"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue