From 497f2d0131c6fc682e455e24a555dbab4facaef5 Mon Sep 17 00:00:00 2001 From: Tobin Ehlis Date: Wed, 13 Sep 2017 11:49:54 -0600 Subject: layers:Kill push descriptor perf warning --- layers/core_validation.cpp | 4 ---- 1 file changed, 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; } -- cgit v1.2.3