Fix HLSL built-in passthrough via inout

This commit is contained in:
Pavel Asyutchenko 2024-02-22 00:07:01 +01:00 committed by arcady-lunarg
parent 2518af09c8
commit 2c4348f064
4 changed files with 143 additions and 0 deletions

View file

@ -216,6 +216,7 @@ INSTANTIATE_TEST_SUITE_P(
{"hlsl.emptystructreturn.tesc", "main"},
{"hlsl.emptystruct.init.vert", "main"},
{"hlsl.entry-in.frag", "PixelShaderFunction"},
{"hlsl.entry-inout.vert", "main"},
{"hlsl.entry-out.frag", "PixelShaderFunction"},
{"hlsl.fraggeom.frag", "main"},
{"hlsl.float1.frag", "PixelShaderFunction"},