commit | 88eaa3bf0c7874f8b62cf35e3b649201ecc47c36 | [log] [tgz] |
---|---|---|
author | Chia-I Wu <olv@lunarg.com> | Fri Jun 26 15:34:39 2015 +0800 |
committer | Chia-I Wu <olv@lunarg.com> | Mon Jul 06 10:42:09 2015 +0800 |
tree | b2ffdb34546bcc80a63f1ede3b227f2dd605d6f6 | |
parent | 854a4a0088e54d54e1a9dae2f1359b2c13ee3adf [diff] [blame] |
update vulkan.h for multi-level command buffers (V121) With minimal changes to keep everything building and functioning.
diff --git a/layers/draw_state.h b/layers/draw_state.h index 6f8f016..c46a28a 100644 --- a/layers/draw_state.h +++ b/layers/draw_state.h
@@ -211,6 +211,7 @@ CMD_SAVEATOMICCOUNTERS, CMD_BEGINRENDERPASS, CMD_ENDRENDERPASS, + CMD_EXECUTECOMMANDS, CMD_DBGMARKERBEGIN, CMD_DBGMARKEREND, } CMD_TYPE;