From 5854d12e56a01cbef9e3c7b5dc06e085280fa53a Mon Sep 17 00:00:00 2001 From: Tobin Ehlis Date: Tue, 27 Dec 2016 07:27:06 -0700 Subject: layers:Fix unique id for CmdDispatch --- layers/core_validation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'layers/core_validation.cpp') 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 *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( -- cgit v1.2.3