commit | e62183eb503b4c55a5a27a847ed8ce05e18c6180 | [log] [tgz] |
---|---|---|
author | Cody Northrop <cody@lunarg.com> | Thu Jul 09 18:08:05 2015 -0600 |
committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | Fri Jul 17 10:05:20 2015 -0600 |
tree | aca793f9671cdcf8a754740342a47fb4a88d9644 | |
parent | 2717d1385cd4a3f09b2a085e7145f4c5af724cbf [diff] [blame] |
icd: Support for command pools
diff --git a/layers/draw_state.h b/layers/draw_state.h index e4fbec3..5491e48 100644 --- a/layers/draw_state.h +++ b/layers/draw_state.h
@@ -234,7 +234,7 @@ // Cmd Buffer Wrapper Struct typedef struct _GLOBAL_CB_NODE { VkCmdBuffer cmdBuffer; - uint32_t queueNodeIndex; + VkCmdPool pool; VkFlags flags; VkFence fence; // fence tracking this cmd buffer uint64_t numCmds; // number of cmds in this CB