commit | 285a82869619ce0ed80d4863897d1d858117d54d | [log] [tgz] |
---|---|---|
author | Tobin Ehlis <tobine@google.com> | Thu Mar 17 13:37:40 2016 -0600 |
committer | Tobin Ehlis <tobine@google.com> | Thu Mar 17 13:59:53 2016 -0600 |
tree | ed525ee03bd7d412956a2e6ff2a2a32c589831aa | |
parent | b3593a44656798b51fcd3e3b9a8f791c8b63b9fb [diff] |
layers: Fix validation of vkCmdBindDescriptorSets() during renderpass Spec allows vkCmdBindDescriptorSets() to be called inside or outside of a renderpass so killing two core_validation checks that violate this behavior.