Merge pull request #682 from steve-lunarg/split-copy-fix
HLSL: fix dereferencing when copying split structures with arrays
This commit is contained in:
commit
22f25d80c6
4 changed files with 213 additions and 5 deletions
|
|
@ -211,6 +211,7 @@ INSTANTIATE_TEST_CASE_P(
|
|||
{"hlsl.string.frag", "main"},
|
||||
{"hlsl.struct.split-1.vert", "main"},
|
||||
{"hlsl.struct.split.array.geom", "main"},
|
||||
{"hlsl.struct.split.assign.frag", "main"},
|
||||
{"hlsl.struct.split.call.vert", "main"},
|
||||
{"hlsl.struct.split.nested.geom", "main"},
|
||||
{"hlsl.struct.split.trivial.geom", "main"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue