Add a test for empty structs in HLSL hull shaders

This commit is contained in:
Arcady Goldmints-Orlov
2023-04-12 19:50:41 -04:00
committed by arcady-lunarg
parent 4142fead74
commit 68f073b195
3 changed files with 655 additions and 0 deletions

View File

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