Skip to content

anv: Properly clamp attachment layer counts

Faith Ekstrand requested to merge gfxstrand/mesa:anv/clamp-layer-count into main

Vulkan requires that the acutal layer count come from VkRenderingInfo::layerCount or VkFramebufferCreateInfo::layers rather than from the image view itself.

Cc: mesa-stable@lists.freedesktop.org

Merge request reports