diff options
Diffstat (limited to 'layers/draw_state.cpp')
| -rw-r--r-- | layers/draw_state.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/layers/draw_state.cpp b/layers/draw_state.cpp index fdd82cfa..0e82f3b0 100644 --- a/layers/draw_state.cpp +++ b/layers/draw_state.cpp @@ -1263,6 +1263,9 @@ static void printCB(const VkCmdBuffer cb) static void synchAndPrintDSConfig(const VkCmdBuffer cb) { + if (!(mdd(cb)->active_flags & VK_DBG_REPORT_INFO_BIT)) { + return; + } printDSConfig(cb); printPipeline(cb); printDynamicState(cb); |
