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

Copy If there were a manner of querying the VkDescriptorPool handle to see if it had been created with the VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET_BIT bit set then it would be easy enough to add a boolean to any vk::raii::DescriptorSet allocated from it indicate ownership or not. However in my perusal of the specification there is no manner of querying the VkDescriptorPool to see how it was created. #1385

Closed
FaizzJamaludin opened this issue Aug 8, 2022 · 4 comments

Comments

@FaizzJamaludin
Copy link

FaizzJamaludin commented Aug 8, 2022

#166

@FaizzJamaludin
Copy link
Author

#1382

@FaizzJamaludin
Copy link
Author

#1384

@asuessenbach
Copy link
Contributor

That is, if I understand you right, you're asking to keep the flags used to create a vk::raii::DescriptorPool in that object, allowing you to query it later on?
Or, maybe a bit more general: if some vk::raii-class has a member flags in the corresponding Create/AllocateInfo, store that flags in the generated object and provide a function to query it?

@asuessenbach
Copy link
Contributor

Closing it, as there seems to be no more interest in this issue.

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

No branches or pull requests

2 participants