Merge pull request #847 from steve-lunarg/sb-param-fix

HLSL: fix for byte address buffers in fn parmeters
This commit is contained in:
John Kessenich
2017-04-20 20:36:06 -06:00
committed by GitHub
4 changed files with 277 additions and 9 deletions

View File

@@ -252,6 +252,7 @@ INSTANTIATE_TEST_CASE_P(
{"hlsl.structbuffer.floatidx.comp", "main"},
{"hlsl.structbuffer.incdec.frag", "main"},
{"hlsl.structbuffer.fn.frag", "main"},
{"hlsl.structbuffer.fn2.comp", "main"},
{"hlsl.structbuffer.rw.frag", "main"},
{"hlsl.structbuffer.rwbyte.frag", "main"},
{"hlsl.structin.vert", "main"},