From 15954693fd35d905b650bef4ec01c2dd216bde90 Mon Sep 17 00:00:00 2001 From: Cody Northrop Date: Mon, 3 Aug 2015 12:47:29 -0600 Subject: v139: Bug 14257 - Remove pCount parameter from vkAllocDescriptorSets --- vulkan.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'vulkan.py') diff --git a/vulkan.py b/vulkan.py index 71cbe84f..ef1b66b6 100755 --- a/vulkan.py +++ b/vulkan.py @@ -652,8 +652,7 @@ core = Extension( Param("VkDescriptorSetUsage", "setUsage"), Param("uint32_t", "count"), Param("const VkDescriptorSetLayout*", "pSetLayouts"), - Param("VkDescriptorSet*", "pDescriptorSets"), - Param("uint32_t*", "pCount")]), + Param("VkDescriptorSet*", "pDescriptorSets")]), Proto("VkResult", "FreeDescriptorSets", [Param("VkDevice", "device"), -- cgit v1.2.3