32 explicit operator VkDescriptorSet()
const {
33 return _descriptorSet;
46 uint32_t dstArrayElement,
47 VkDescriptorType descriptorType,
48 const std::vector<VkDescriptorBufferInfo>& bufferInfos
61 uint32_t dstArrayElement,
62 VkDescriptorType descriptorType,
63 const std::vector<VkDescriptorImageInfo>& imageInfos
72 VkDescriptorSet _descriptorSet{VK_NULL_HANDLE};