Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove special assertion on eFreeDescriptorSet in function Device::createDescriptorPool #2038

Merged
merged 1 commit into from
Jan 8, 2025

Conversation

asuessenbach
Copy link
Contributor

Adding this assertion in #1978 was wrong, as a vk::raii::DescriptorPool can also be used to create vk::DescriptorSets.

The "correct" assertion would be located in the vk::raii::DescriptorSet constructor/create function. But we can't get the required information out of what we have there.

@asuessenbach asuessenbach merged commit ed47b1d into KhronosGroup:main Jan 8, 2025
22 checks passed
@asuessenbach asuessenbach deleted the VkDescriptorPool branch January 8, 2025 18:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant