cancel
Showing results for 
Search instead for 
Did you mean: 

Drivers & Software

eugenb
Journeyman III

Performance impact of vkUpdateDescriptorSets

Hi, I’ve been doing an assessment of possible strategies to manage descriptor sets in out project. One of the ideas was to accumulate VkWriteDescriptorSet records for entire frame, and then before submit perform a single call of vkUpdateDescriptorSets. The question is: is such single call with many updates anymore performant then doing separate updates for draw calls?
Thanks in advance.

0 Likes
0 Replies