You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the builder for the resolve attachments just takes the pointer of the slice of the resolve attachments. Unfortunately the spec requires this be a true null if there are no resolve attachments.
pResolveAttachments is NULL or a pointer to an array of colorAttachmentCount VkAttachmentReference structures defining the resolve attachments for this subpass and their layouts.
Which means the generated code should look something like:
Currently the builder for the resolve attachments just takes the pointer of the slice of the resolve attachments. Unfortunately the spec requires this be a true null if there are no resolve attachments.
Which means the generated code should look something like:
Unfortunately it is just this slice that needs that qualification added.
This has caused a real driver issue on mobile drivers.
The text was updated successfully, but these errors were encountered: