layers: Fix validation of vkCmdBindDescriptorSets() during renderpass
authorTobin Ehlis <tobine@google.com>
Thu, 17 Mar 2016 19:37:40 +0000 (13:37 -0600)
committerTobin Ehlis <tobine@google.com>
Thu, 17 Mar 2016 19:59:53 +0000 (13:59 -0600)
commit3a69f6ede2f8b92879cd56a795db3f29a3b8aa39
tree57e27aede6385a8dca58ba351434bd0bac484b08
parent1723b02c43c698c134db735d88a6f801c334a768
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.
layers/core_validation.cpp