vulkan/render_pass: Add a missing sType

Fixes: 3a204d5cf3 ("vulkan/render_pass: Add a better helper for render pass inheritance")
Reviewed-by: Faith Ekstrand <faith.ekstrand@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38045>
This commit is contained in:
Lionel Landwerlin
2025-10-27 14:46:27 -04:00
committed by Marge Bot
parent 2899cd84e4
commit c5740c2548
+1
View File
@@ -1087,6 +1087,7 @@ vk_get_command_buffer_inheritance_as_rendering_resume(
&subpass->color_attachments[i];
if (sp_att->attachment == VK_ATTACHMENT_UNUSED) {
attachments[i] = (VkRenderingAttachmentInfo) {
.sType = VK_STRUCTURE_TYPE_RENDERING_ATTACHMENT_INFO,
.imageView = VK_NULL_HANDLE,
};
continue;