According to the Vulkan spec: > * If either of `srcImage` or `dstImage` was created with a > depth/stencil format, the other **must** have exactly the same format So this should not happen in well-behaved clients.
According to the Vulkan spec: > * If either of `srcImage` or `dstImage` was created with a > depth/stencil format, the other **must** have exactly the same format So this should not happen in well-behaved clients.