Fix HLSL offsets for non-cbuffers (#3668)

This commit is contained in:
Pavel Asyutchenko 2024-07-29 19:34:50 +02:00 committed by arcady-lunarg
parent 4b73607b89
commit 9f34b25f30
4 changed files with 105 additions and 7 deletions

View file

@ -170,6 +170,7 @@ INSTANTIATE_TEST_SUITE_P(
{"hlsl.basic.geom", "main"},
{"hlsl.boolConv.vert", "main"},
{"hlsl.buffer.frag", "PixelShaderFunction"},
{"hlsl.buffer-offsets.comp", "main"},
{"hlsl.calculatelod.dx10.frag", "main"},
{"hlsl.calculatelodunclamped.dx10.frag", "main"},
{"hlsl.cast.frag", "PixelShaderFunction"},