aboutsummaryrefslogtreecommitdiff
path: root/layers/core_validation.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'layers/core_validation.cpp')
-rw-r--r--layers/core_validation.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/layers/core_validation.cpp b/layers/core_validation.cpp
index 1e32a1b6..8e5d6c07 100644
--- a/layers/core_validation.cpp
+++ b/layers/core_validation.cpp
@@ -3898,6 +3898,7 @@ static bool validateCommandBufferState(layer_data *dev_data, GLOBAL_CB_NODE *cb_
"set, but has been submitted 0x%" PRIxLEAST64 " times.",
cb_state->commandBuffer, cb_state->submitCount + current_submit_count);
}
+
// Validate that cmd buffers have been updated
if (CB_RECORDED != cb_state->state) {
if (CB_INVALID == cb_state->state) {