Fix struct type sharing

Fixes #2812
This commit is contained in:
Greg Fischer
2021-11-12 16:54:22 -07:00
parent c9706bdda0
commit 10be28ac9b
4 changed files with 154 additions and 0 deletions

View File

@@ -385,6 +385,7 @@ INSTANTIATE_TEST_SUITE_P(
{"hlsl.structbuffer.fn2.comp", "main"},
{"hlsl.structbuffer.rw.frag", "main"},
{"hlsl.structbuffer.rwbyte.frag", "main"},
{"hlsl.structbuffer.rwbyte2.comp", "main"},
{"hlsl.structin.vert", "main"},
{"hlsl.structIoFourWay.frag", "main"},
{"hlsl.structStructName.frag", "main"},