commit | b51cb78116b5fce954b5723633003f7ea1dd8a50 | [log] [tgz] |
---|---|---|
author | Tobin Ehlis <tobine@google.com> | Wed Dec 16 08:19:42 2015 -0700 |
committer | Mark Lobodzinski <mark@lunarg.com> | Mon Dec 28 13:48:30 2015 -0700 |
tree | f4fd581f8f71b976c4c50c6d7f59807ea42b76c1 | |
parent | c5191da2ff88274900b1a55fd0a6fd6642eb81c5 [diff] |
layers: MR94, DrawState refactor to verify CmdBuffer RECORDING For all of the vkCmd* calls, we were checking to make CmdBuffer was in RECORDING state and adding Cmd to internal tracking struct. It cleans up all of the vkCmd* functions to do the RECORDING check inside of the addCmd() call. This also fixes a few holes where we weren't doing the RECORDING state check. Conflicts: layers/draw_state.cpp tests/layer_validation_tests.cpp