commit | df3c41b566d6908c62890464ff8e1e299c1992ca | [log] [tgz] |
---|---|---|
author | Tobin Ehlis <tobine@google.com> | Wed Jan 13 14:45:14 2016 -0700 |
committer | Mark Lobodzinski <mark@lunarg.com> | Thu Jan 14 10:03:15 2016 -0700 |
tree | f78d3ee22d2c3d18faece2a312e81a14a88dcc45 | |
parent | 6c2fa495a2b9ac63e7cce817f38112605b112d21 [diff] |
layers: MR129, Remove incorrect asserts from param_checker and object_tracker For apps that run with multiple instances, it's perfectly valid to have instances remaining at DestroyInstace() time so removing that assert from param_checker. Also, the assert appears to have been cut-and-pasted into DestroyDevice of both param_checker and object_tracker. The same logic applies for apps that use multiple devices. Running vulkancts with layers enabled found these issues.