I set up descriptor indexing (for images and samplers), all works fine.
Now I’m trying to support Ycbcr formats and it’s… not possible?
Ycbcr formats such as VK_FORMAT_B8G8R8G8_422_UNORM need a combined sampler image and the sampler must be set in pImmutableSamplers in VkDescriptorSetLayoutBinding. At least that’s what the validation layers tell. But then I can’t late bind any combined image / samplers anymore.