From 9af287b50958217efe328e295ac14adefe839f27 Mon Sep 17 00:00:00 2001 From: Tobin Ehlis Date: Mon, 15 Jun 2015 08:47:50 -0600 Subject: layers: Only print state at Draw calls, not at vkCmdBindDescriptorSets time. --- layers/draw_state.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'layers/draw_state.cpp') diff --git a/layers/draw_state.cpp b/layers/draw_state.cpp index c47ad889..024df638 100755 --- a/layers/draw_state.cpp +++ b/layers/draw_state.cpp @@ -2009,7 +2009,6 @@ VK_LAYER_EXPORT void VKAPI vkCmdBindDescriptorSets(VkCmdBuffer cmdBuffer, VkPipe char str[1024]; sprintf(str, "DS %p bound on pipeline %s", (void*)pDescriptorSets[i], string_VkPipelineBindPoint(pipelineBindPoint)); layerCbMsg(VK_DBG_MSG_UNKNOWN, VK_VALIDATION_LEVEL_0, pDescriptorSets[i], 0, DRAWSTATE_NONE, "DS", str); - synchAndPrintDSConfig(cmdBuffer); } else { char str[1024]; -- cgit v1.2.3