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
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