VkDescriptorPool(3)
C Specification
Adescriptor pool maintains a pool of descriptors, from which descriptorsets are allocated.Descriptor pools are externally synchronized, meaning that the applicationmust not allocate and/or free descriptor sets from the same pool inmultiple threads simultaneously.
Descriptor pools are represented byVkDescriptorPool handles:
// Provided by VK_VERSION_1_0VK_DEFINE_NON_DISPATCHABLE_HANDLE(VkDescriptorPool)Document Notes
For more information, see theVulkan Specification.
This page is extracted from the Vulkan Specification.Fixes and changes should be made to the Specification, not directly.