mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 04:58:05 +02:00
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> (cherry picked from commitc5740c2548)
This commit is contained in:
parent
39c26eefd2
commit
c7be5c92a6
2 changed files with 2 additions and 1 deletions
|
|
@ -974,7 +974,7 @@
|
|||
"description": "vulkan/render_pass: Add a missing sType",
|
||||
"nominated": true,
|
||||
"nomination_type": 2,
|
||||
"resolution": 0,
|
||||
"resolution": 1,
|
||||
"main_sha": null,
|
||||
"because_sha": "3a204d5cf370116a427361410a449dde002bc143",
|
||||
"notes": null
|
||||
|
|
|
|||
|
|
@ -1038,6 +1038,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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue