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/tests/vkrenderframework.h b/tests/vkrenderframework.h index 34ef824..d00185a 100644 --- a/tests/vkrenderframework.h +++ b/tests/vkrenderframework.h
@@ -103,6 +103,7 @@ VkPhysicalDevice objs[16]; uint32_t gpu_count; VkDeviceObj *m_device; + VkCmdPool m_cmdPool; VkCmdBuffer m_cmdBuffer; VkRenderPass m_renderPass; VkFramebuffer m_framebuffer;