996844f884
Instead of only binding the layers we need, bind the whole LOD. In particular, we now set a layer range of [0, 1] when creating the image view but a layerCount of minify(depth, level) in VkRenderingInfo. While still a bit out of spec, this is more in line with how 3D image views typically work for sampled and storage images and allows us to avoid creating 2D images views which would require 2D_ARRAY_COMPATIBLE_BIT. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24326>