vblanco20-1 / vulkan-guide

Introductory guide to vulkan.
https://vkguide.dev/
MIT License
940 stars 213 forks source link

Incorrect statement on line 32 of master/docs/chapter-4/descriptors.md #37

Closed SirFirelordX closed 10 months ago

SirFirelordX commented 3 years ago

On the specified line, the tutorial states that enabling the VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET_BIT flag when creating a descriptor pool disallows freeing individual descriptor sets, however, according to the spec, this flag enables this functionality instead of disallowing it image image

vblanco20-1 commented 3 years ago

Ill fix it