Searched refs:update_descriptor_sets (Results 1 – 3 of 3) sorted by relevance
201 void update_descriptor_sets(const std::vector<VkWriteDescriptorSet> &writes,204 update_descriptor_sets(const std::vector<VkWriteDescriptorSet> &writes) { in update_descriptor_sets() function205 return update_descriptor_sets(writes, in update_descriptor_sets()
405 void Device::update_descriptor_sets( in update_descriptor_sets() function in vk_testing::Device
537 m_device->update_descriptor_sets(m_writes); in CreateVKDescriptorSet()