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
VUID-VkFramebufferCreateInfo-pAttachments-00883 seems to mandate that all views must reference a single level, but this is for oldschool framebuffers.
In the case of Dynamic Rendering, I could not find an equivalent VUID in VkRenderingInfo (or anywhere else in the specs) defining this constraint for VkRenderingAttachmentInfo::imageView or VkRenderingAttachmentInfo::resolveImageView.
The text was updated successfully, but these errors were encountered:
VUID-VkFramebufferCreateInfo-pAttachments-00883
seems to mandate that all views must reference a single level, but this is for oldschool framebuffers.In the case of Dynamic Rendering, I could not find an equivalent VUID in
VkRenderingInfo
(or anywhere else in the specs) defining this constraint forVkRenderingAttachmentInfo::imageView
orVkRenderingAttachmentInfo::resolveImageView
.The text was updated successfully, but these errors were encountered: