You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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?
#166
The text was updated successfully, but these errors were encountered: