commit | 356193ea8cc9aa05c89bc67c10c6cd072ce97b8d | [log] [tgz] |
---|---|---|
author | dan sinclair <dj2@everburning.com> | Tue Jun 19 16:01:45 2018 -0400 |
committer | GitHub <noreply@github.com> | Tue Jun 19 16:01:45 2018 -0400 |
tree | e867773da85a4af02e5bfe5791d32e7dd4a09cd9 | |
parent | c4304ea0acc7bd82ce0b68b41df3c56083933c31 [diff] |
Reland "Disallow array-of-arrays with DescriptorSets when validating. (#1586)" (#1621) This CL reverts the revert of 'Disallow array-of-arrays with DescriptorSets when validating." Other changes have been committed which should aleviate the AppVeryor resource constraints. This reverts commit f2c93c6e124836797311facb8449f9a0b76fefc2. This CL adds validation to disallow using an array-of-arrays when attached to a DescriptorSet. Fixes #1522