Searched refs:set_handles (Results 1 – 1 of 1) sorted by relevance
668 std::vector<VkDescriptorSet> set_handles; in alloc_sets() local669 set_handles.resize(layout_handles.size()); in alloc_sets()676 VkResult err = vkAllocateDescriptorSets(device(), &alloc_info, set_handles.data()); in alloc_sets()680 …for (std::vector<VkDescriptorSet>::const_iterator it = set_handles.begin(); it != set_handles.end(… in alloc_sets()