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 added to Descriptor pool and sets #273

Closed Onyrew closed 2 years ago

Onyrew commented 2 years ago

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

Overv commented 2 years ago

Excellent, could you add it to the French version of the chapter as well?

Onyrew commented 2 years ago

I added it, I think it should be in the right place.

Overv commented 2 years ago

Thanks for fixing this :)