aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobin Ehlis <tobine@google.com>2016-12-27 07:27:06 -0700
committerTobin Ehlis <tobine@google.com>2016-12-27 07:27:06 -0700
commit5854d12e56a01cbef9e3c7b5dc06e085280fa53a (patch)
tree2007b7b2685105ee583ccd3b4ade8f10f1c3f29d
parent5f89a480520d0dc78c3df29d903eaeae209dbbbe (diff)
downloadusermoji-5854d12e56a01cbef9e3c7b5dc06e085280fa53a.tar.xz
layers:Fix unique id for CmdDispatch
-rw-r--r--layers/core_validation.cpp2
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(