| commit | 093ef92e521f2b381b0e5f8017a9a8f6a6e29b12 | [log] [tgz] |
|---|---|---|
| author | Tobin Ehlis <tobin@lunarg.com> | Mon Nov 02 15:24:32 2015 -0700 |
| committer | Tobin Ehlis <tobin@lunarg.com> | Thu Nov 05 10:07:58 2015 -0700 |
| tree | 0a8fbba228af85dc9a299e7774c8c6127eadb5b2 | |
| parent | 62c60c38f79b3e6eb5e8270fe76d39e3224eda41 [diff] |
layers: Remove ObjectTracker check of pTexelBufferView array The different UpdateDescriptorSets() cases are validated in DrawState. Skipping these object checks in ObjectTracker to avoid duplication and to avoid needing custom code gen to handle different update cases and their associated objects. Updated InvalidBufferViewObject test to now catch descriptor error update instead of the ObjectTracker error.