commit | bee18a97540d14f5573edb33ad44e6a69ad35df3 | [log] [tgz] |
---|---|---|
author | Courtney Goeltzenleuchter <courtney@LunarG.com> | Fri Oct 23 14:21:05 2015 -0600 |
committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | Mon Oct 26 16:24:10 2015 -0600 |
tree | 9332a567b5daf5620a92bd6e443c0965a477b489 | |
parent | 64478902752b1ea98134c48ead8293c64539ad6f [diff] [blame] |
bug-14258: Make descriptor pools and command pools more consistent
diff --git a/layers/mem_tracker.h b/layers/mem_tracker.h index 4e23b82..0d15baa 100644 --- a/layers/mem_tracker.h +++ b/layers/mem_tracker.h
@@ -115,7 +115,7 @@ // Track all command buffers struct MT_CB_INFO { - VkCmdBufferCreateInfo createInfo; + VkCmdBufferAllocInfo createInfo; VkPipeline pipelines[VK_PIPELINE_BIND_POINT_NUM]; uint32_t attachmentCount; VkCmdBuffer cmdBuffer;