diff options
| author | Tony Barbour <tony@LunarG.com> | 2015-07-10 10:50:45 -0600 |
|---|---|---|
| committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-07-17 10:05:19 -0600 |
| commit | 4efb01f1bcbf9403eaddb428c7684b8ec39344a9 (patch) | |
| tree | 2186e749400f5eb54a60eef87dfe42992a868bb3 /vulkan.py | |
| parent | c0980d972bffe57c30eaaf149156d9324ae7936d (diff) | |
| download | usermoji-4efb01f1bcbf9403eaddb428c7684b8ec39344a9.tar.xz | |
Bug 14248: Add vkFreeDescriptorSets
Diffstat (limited to 'vulkan.py')
| -rwxr-xr-x | vulkan.py | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -645,6 +645,12 @@ core = Extension( Param("VkDescriptorSet*", "pDescriptorSets"), Param("uint32_t*", "pCount")]), + Proto("VkResult", "FreeDescriptorSets", + [Param("VkDevice", "device"), + Param("VkDescriptorPool", "descriptorPool"), + Param("uint32_t", "count"), + Param("const VkDescriptorSet*", "pDescriptorSets")]), + Proto("VkResult", "UpdateDescriptorSets", [Param("VkDevice", "device"), Param("uint32_t", "writeCount"), |
