aboutsummaryrefslogtreecommitdiff
path: root/layers/draw_state.cpp
diff options
context:
space:
mode:
authorTobin Ehlis <tobin@lunarg.com>2015-06-15 08:47:50 -0600
committerTobin Ehlis <tobin@lunarg.com>2015-06-15 08:47:50 -0600
commit9af287b50958217efe328e295ac14adefe839f27 (patch)
tree81c214e4702a2ffa730e10cd44410fcd9cac6fac /layers/draw_state.cpp
parent2169b02ca0aa93c65a82be0e9e2ad6395b21ff28 (diff)
downloadusermoji-9af287b50958217efe328e295ac14adefe839f27.tar.xz
layers: Only print state at Draw calls, not at vkCmdBindDescriptorSets time.
Diffstat (limited to 'layers/draw_state.cpp')
-rwxr-xr-xlayers/draw_state.cpp1
1 files changed, 0 insertions, 1 deletions
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];