When the extent covers both the source and destination images completely, we can use the copy method on `MTLBlitCommandEncoder` which can copy multiple slices at once. This should hopefully reduce CPU overhead and command buffer memory usage.
When the extent covers both the source and destination images completely, we can use the copy method on `MTLBlitCommandEncoder` which can copy multiple slices at once. This should hopefully reduce CPU overhead and command buffer memory usage.