diff options
| author | Cody Northrop <cody@lunarg.com> | 2015-08-03 12:47:29 -0600 |
|---|---|---|
| committer | Cody Northrop <cody@lunarg.com> | 2015-08-04 17:37:03 -0600 |
| commit | 15954693fd35d905b650bef4ec01c2dd216bde90 (patch) | |
| tree | 999e5a0c6820c56e7a33b9db50d36279f909e0c9 /vulkan.py | |
| parent | 33467cf073a664161edb1d27a87b3611d3b289ec (diff) | |
| download | usermoji-15954693fd35d905b650bef4ec01c2dd216bde90.tar.xz | |
v139: Bug 14257 - Remove pCount parameter from vkAllocDescriptorSets
Diffstat (limited to 'vulkan.py')
| -rwxr-xr-x | vulkan.py | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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"), |
