bug-14258: Remove maxCommandBuffers
authorCourtney Goeltzenleuchter <courtney@LunarG.com>
Mon, 19 Oct 2015 19:44:50 +0000 (13:44 -0600)
committerCourtney Goeltzenleuchter <courtney@LunarG.com>
Mon, 26 Oct 2015 22:24:10 +0000 (16:24 -0600)
commit #53c2f7e

include/vulkan.h

index 206daed..e4e5655 100644 (file)
@@ -1927,7 +1927,6 @@ typedef struct {
 typedef struct {
     VkStructureType                             sType;
     const void*                                 pNext;
-    uint32_t                                    maxCommandBuffers;
     uint32_t                                    queueFamilyIndex;
     VkCmdPoolCreateFlags                        flags;
 } VkCmdPoolCreateInfo;