Add amend ability for anonymous blocks, so they can grow between function bodies.
This commit is contained in:
@@ -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"},
|
||||
|
||||
Reference in New Issue
Block a user