diff options
| author | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-09-16 16:12:45 -0600 |
|---|---|---|
| committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-09-17 15:32:11 -0600 |
| commit | cf92aa46e0caf0ecf5f6ae0d5b88f55cfbc9bdc4 (patch) | |
| tree | 5202db9f2103e04cef8c30436a8881142cb07847 /vulkan.py | |
| parent | d69e2407bdedd40bc2ac431749676f05d381c76d (diff) | |
| download | usermoji-cf92aa46e0caf0ecf5f6ae0d5b88f55cfbc9bdc4.tar.xz | |
Bug 14644 - add poolUsage/maxSets to VkDescriptorPoolCreateInfo
Bug 14644 - vkCreateDescriptorPool should have poolUsage/maxSets as part of VkDescriptorPoolCreateInfo
merge request #342
Diffstat (limited to 'vulkan.py')
| -rwxr-xr-x | vulkan.py | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -618,8 +618,6 @@ core = Extension( Proto("VkResult", "CreateDescriptorPool", [Param("VkDevice", "device"), - Param("VkDescriptorPoolUsage", "poolUsage"), - Param("uint32_t", "maxSets"), Param("const VkDescriptorPoolCreateInfo*", "pCreateInfo"), Param("VkDescriptorPool*", "pDescriptorPool")]), |
