Merge pull request #860 from steve-lunarg/sb-counter-args.2

HLSL: add ability to pass struct buffers with counters to fns
This commit is contained in:
John Kessenich 2017-05-17 10:55:22 -06:00 committed by GitHub
commit 24e895b4a3
6 changed files with 533 additions and 108 deletions

View file

@ -256,6 +256,7 @@ INSTANTIATE_TEST_CASE_P(
{"hlsl.structarray.flatten.geom", "main"},
{"hlsl.structbuffer.frag", "main"},
{"hlsl.structbuffer.append.frag", "main"},
{"hlsl.structbuffer.append.fn.frag", "main"},
{"hlsl.structbuffer.atomics.frag", "main"},
{"hlsl.structbuffer.byte.frag", "main"},
{"hlsl.structbuffer.coherent.frag", "main"},