4058984b63
VK_NULL_HANDLE descriptor set layouts are allowed when creating pipeline layouts without VK_PIPELINE_LAYOUT_CREATE_INDEPENDENT_SETS_BIT_EXT. From VUID-VkPipelineLayoutCreateInfo-graphicsPipelineLibrary-06753: > If graphicsPipelineLibrary is not enabled, elements of pSetLayouts > must be valid VkDescriptorSetLayout objects From VUID-VkPipelineLayoutCreateInfo-pSetLayouts-parameter: > If setLayoutCount is not 0, pSetLayouts must be a valid pointer to an > array of setLayoutCount valid or VK_NULL_HANDLE VkDescriptorSetLayout > handles Signed-off-by: Ricardo Garcia <rgarcia@igalia.com> Acked-By: Mike Blumenkrantz <michael.blumenkrantz@gmail.com> Reviewed-by: Jason Ekstrand <jason.ekstrand@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17629>