Skip to content

nvk: Reference descriptor set layouts in the sets themselves

Faith Ekstrand requested to merge gfxstrand/mesa:nvk/ref-desc-layouts into nouveau/vk

We need descriptor set layouts for vkUpdateDescriptorSets() but they have different lifetimes. This is the entire reason for doing reference counting at all but we haven't actually set up the descriptor set code to take references yet.

Merge request reports