diff options
Diffstat (limited to 'layers/core_validation.cpp')
| -rw-r--r-- | layers/core_validation.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layers/core_validation.cpp b/layers/core_validation.cpp index 583ab8c0..c2ed9be8 100644 --- a/layers/core_validation.cpp +++ b/layers/core_validation.cpp @@ -8239,7 +8239,7 @@ static bool PreCallValidateCmdDispatch( *active_set_bindings_pairs, std::unordered_set<uint32_t> *active_bindings, const char *caller) { return ValidateCmdDrawType(dev_data, cmd_buffer, indexed, bind_point, CMD_DISPATCH, cb_state, active_set_bindings_pairs, - active_bindings, caller, VALIDATION_ERROR_01365); + active_bindings, caller, VALIDATION_ERROR_01562); } static void PostCallRecordCmdDispatch( |
