diff options
| author | Gabríel Arthúr Pétursson <gabriel@system.is> | 2017-07-09 17:47:38 +0000 |
|---|---|---|
| committer | Tobin Ehlis <tobine@google.com> | 2017-07-10 11:00:18 -0600 |
| commit | 66175388142af434dbcc8d0ce03e2c0bb4d399d0 (patch) | |
| tree | f20b0375b75b97befc90bfa41c3ea190691d1de3 | |
| parent | b1305d5363e0fba5bce415973cc7269eb27c0002 (diff) | |
| download | usermoji-66175388142af434dbcc8d0ce03e2c0bb4d399d0.tar.xz | |
layers: Remove spammy debug output in vkCmdBindDescriptorSets
| -rw-r--r-- | layers/core_validation.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/layers/core_validation.cpp b/layers/core_validation.cpp index 9b43035f..f5576ac2 100644 --- a/layers/core_validation.cpp +++ b/layers/core_validation.cpp @@ -5344,10 +5344,6 @@ VKAPI_ATTR void VKAPI_CALL CmdBindDescriptorSets(VkCommandBuffer commandBuffer, if (descriptor_set) { cb_state->lastBound[pipelineBindPoint].pipeline_layout = *pipeline_layout; cb_state->lastBound[pipelineBindPoint].boundDescriptorSets[set_idx + firstSet] = descriptor_set; - skip |= log_msg(dev_data->report_data, VK_DEBUG_REPORT_INFORMATION_BIT_EXT, - VK_DEBUG_REPORT_OBJECT_TYPE_DESCRIPTOR_SET_EXT, HandleToUint64(pDescriptorSets[set_idx]), __LINE__, - DRAWSTATE_NONE, "DS", "Descriptor Set 0x%" PRIxLEAST64 " bound on pipeline %s", - HandleToUint64(pDescriptorSets[set_idx]), string_VkPipelineBindPoint(pipelineBindPoint)); if (!descriptor_set->IsUpdated() && (descriptor_set->GetTotalDescriptorCount() != 0)) { skip |= log_msg(dev_data->report_data, VK_DEBUG_REPORT_WARNING_BIT_EXT, VK_DEBUG_REPORT_OBJECT_TYPE_DESCRIPTOR_SET_EXT, HandleToUint64(pDescriptorSets[set_idx]), |
