layers:Limit warning on secondary command buffer
authorTobin Ehlis <tobine@google.com>
Fri, 1 Dec 2017 22:59:53 +0000 (15:59 -0700)
committerTobin Ehlis <tobine@google.com>
Mon, 4 Dec 2017 23:54:00 +0000 (16:54 -0700)
commit5cdcae6743d24f1a54ff6af94f6ecc130fbd5987
tree5e7c3f7ef33c9fa503ad64dfec61b16fa7d8a280
parent9bd006d688830ea1c2301699f3933686103597c6
layers:Limit warning on secondary command buffer

Only warn if a secondary command buffer has a renderPass that is valid
and has not set VK_COMMAND_BUFFER_USAGE_RENDER_PASS_CONTINUE_BIT. This
avoid warning for the case where uninitialized data is present in the
renderPass handle.
layers/core_validation.cpp