diff options
| author | Tobin Ehlis <tobine@google.com> | 2016-12-27 07:27:06 -0700 |
|---|---|---|
| committer | Tobin Ehlis <tobine@google.com> | 2016-12-27 07:27:06 -0700 |
| commit | 5854d12e56a01cbef9e3c7b5dc06e085280fa53a (patch) | |
| tree | 2007b7b2685105ee583ccd3b4ade8f10f1c3f29d | |
| parent | 5f89a480520d0dc78c3df29d903eaeae209dbbbe (diff) | |
| download | usermoji-5854d12e56a01cbef9e3c7b5dc06e085280fa53a.tar.xz | |
layers:Fix unique id for CmdDispatch
| -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( |
