VK-GL-CTS
VK-GL-CTS copied to clipboard
missing CmdCopyImage coverage
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.