Skip to content

anv: Allow null handle in DestroyDescriptorUpdateTemplate.

Giovanni Mascellani requested to merge gio/mesa:null_dut into master

By the Vulkan specification, and similarly to many other Vulkan calls, it is allowed to destroy a null descriptor update template.

Merge request reports