KhronosGroup / KhronosGroup/Vulkan-Docs
Rendering to a VkImageView referencing multiple mip levels using Dynamic Rendering
Open
Validity
- Dominant language
- JavaScript
- Stars
- 3.3k
- Forks
- 549
- Avg merge
- 5d 5h
- Merged PRs (30d)
- 2
Description
`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`.
Contributor guide
Assessment
This issue has not been assessed yet.