VK-GL-CTS icon indicating copy to clipboard operation
VK-GL-CTS copied to clipboard

missing CmdCopyImage coverage

Open zmike opened this issue 3 years ago • 0 comments

It's currently possible to pass the Vulkan CTS CmdCopyImage tests without ever using layerCount from either the src or dst VkImageSubresourceLayers by always using VkExtent3D::depth and using srcOffset.z + srcSubresource.baseArrayLayer for src depth/layers and dstOffset.z + dstSubresource.baseArrayLayer for dst depth/layers.

Tests should be added to verify that drivers are not doing this.

zmike avatar Mar 23 '21 13:03 zmike