commit | f02f9f8606b4b6b1604f7efd62ec5fc5bd6dfef8 | [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 | 2304d02f915a9b48a117053fc560bd96c19f2766 | |
parent | 33ce8fdd7df36ae89df2e5c3d95a221f82c8da21 [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