commit | e332563d9419505e5bd71fcc309c3167b8f2ae3b | [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 | f19c58d013ae1bc8b2091ce0aacbeddccaf47513 | |
parent | 471f44ce4238d85702c19e793e9452c723cfceb8 [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.