Overv / VulkanTutorial

Tutorial for the Vulkan graphics and compute API
https://vulkan-tutorial.com
Creative Commons Attribution Share Alike 4.0 International
3.15k stars 516 forks source link

vkDestroyDescriptorPool is missing from Descriptor pool and sets #272

Closed Onyrew closed 2 years ago

Onyrew commented 2 years ago

Hello, I may be mistaken, but the vkDestroyDescriptorPool is missing from the tutorial and vulkan gives a warning for it. However it is present in the code examples in the github repo: 23_descriptor_sets.cpp