aboutsummaryrefslogtreecommitdiff
path: root/vulkan.py
diff options
context:
space:
mode:
authorCody Northrop <cody@lunarg.com>2015-08-03 12:47:29 -0600
committerCody Northrop <cody@lunarg.com>2015-08-04 17:37:03 -0600
commit15954693fd35d905b650bef4ec01c2dd216bde90 (patch)
tree999e5a0c6820c56e7a33b9db50d36279f909e0c9 /vulkan.py
parent33467cf073a664161edb1d27a87b3611d3b289ec (diff)
downloadusermoji-15954693fd35d905b650bef4ec01c2dd216bde90.tar.xz
v139: Bug 14257 - Remove pCount parameter from vkAllocDescriptorSets
Diffstat (limited to 'vulkan.py')
-rwxr-xr-xvulkan.py3
1 files changed, 1 insertions, 2 deletions
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"),