10 class DescriptorPool :
public DeviceComponent
13 explicit DescriptorPool(uint32_t poolCount);
20 void allocateDescriptorSets(VkDescriptorSetAllocateInfo* allocInfo, VkDescriptorSet* descriptorSets)
const;
25 std::unique_ptr<DescriptorPoolBuilder> m_builder;
27 VkDescriptorPool m_descriptorPool;
29 bool m_allocated =
false;