E.g for depth (also applies to stencil and color):
If pipeline is a graphics pipeline, this command has been called inside a render pass instance started with vkCmdBeginRendering, and commands using the previously bound graphics pipeline have been recorded within the render pass instance, then the value of VkPipelineRenderingCreateInfo::depthAttachmentFormat specified by this pipeline must match that set in the previous pipeline
are probably not handled correctly at the moment. If we're rendering to NULL attachments, this can happen.
E.g for depth (also applies to stencil and color):
are probably not handled correctly at the moment. If we're rendering to NULL attachments, this can happen.