diff options
| author | Tobin Ehlis <tobine@google.com> | 2017-09-13 11:49:54 -0600 |
|---|---|---|
| committer | Tobin Ehlis <tobine@google.com> | 2017-09-13 12:27:13 -0600 |
| commit | 497f2d0131c6fc682e455e24a555dbab4facaef5 (patch) | |
| tree | 21cf8c29312fbc31b900adcc0ab5316515d7f76c | |
| parent | 95ebffd8a396f8d4d7f1a631fba902c7a2eadbd9 (diff) | |
| download | usermoji-497f2d0131c6fc682e455e24a555dbab4facaef5.tar.xz | |
layers:Kill push descriptor perf warning
| -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 012e0d61..a3095bb7 100644 --- a/layers/core_validation.cpp +++ b/layers/core_validation.cpp @@ -5631,10 +5631,6 @@ static void PreCallRecordCmdPushDescriptorSetKHR(layer_data *device_data, VkComm cb_state->lastBound[pipelineBindPoint].boundDescriptorSets.resize(set + 1); cb_state->lastBound[pipelineBindPoint].dynamicOffsets.resize(set + 1); } else { - log_msg(device_data->report_data, VK_DEBUG_REPORT_PERFORMANCE_WARNING_BIT_EXT, VK_DEBUG_REPORT_OBJECT_TYPE_UNKNOWN_EXT, 0, - __LINE__, DRAWSTATE_NONE, "DS", - "vkCmdPushDescriptorSet called multiple times for set %d in pipeline layout 0x%" PRIxLEAST64 ".", set, - HandleToUint64(layout)); if (cb_state->lastBound[pipelineBindPoint].boundDescriptorSets[set]->IsPushDescriptor()) { cb_state->lastBound[pipelineBindPoint].push_descriptors[set] = nullptr; } |
