Add amend ability for anonymous blocks, so they can grow between function bodies.
This commit is contained in:
parent
16738a3632
commit
df98cc26d5
7 changed files with 298 additions and 34 deletions
|
|
@ -80,6 +80,7 @@ TEST_P(HlslCompileAndFlattenTest, FromFile)
|
|||
INSTANTIATE_TEST_CASE_P(
|
||||
ToSpirv, HlslCompileTest,
|
||||
::testing::ValuesIn(std::vector<FileNameEntryPointPair>{
|
||||
{"hlsl.amend.frag", "f1"},
|
||||
{"hlsl.array.frag", "PixelShaderFunction"},
|
||||
{"hlsl.array.implicit-size.frag", "PixelShaderFunction"},
|
||||
{"hlsl.assoc.frag", "PixelShaderFunction"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue