diff options
| author | Chris Forbes <chrisforbes@google.com> | 2017-05-18 14:34:05 -0700 |
|---|---|---|
| committer | Chris Forbes <chrisf@ijw.co.nz> | 2017-05-18 19:08:01 -0700 |
| commit | 57f953b7e623241e89248a0c39b549808a41c034 (patch) | |
| tree | e2d01a59dab7a30c98504a66735d37baa22a9d98 /layers/core_validation.cpp | |
| parent | 46b62ec93859229ffc5daf517d4c0fae6a3526e4 (diff) | |
| download | usermoji-57f953b7e623241e89248a0c39b549808a41c034.tar.xz | |
tests: Tease apart SimultaneousUse test
Split the two individaul cases up, and write them clearly. Add a
third for the edge case of the one CmdExecuteCommands call including the
same non-simultaneous CB twice.
Diffstat (limited to 'layers/core_validation.cpp')
| -rw-r--r-- | layers/core_validation.cpp | 1 |
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) { |
