9fd4d035
by Henri Verbeet at 2026-04-23T23:23:37+02:00
vkd3d: Use vkCmdCopyImage() to copy a subset of the source aspects in d3d12_command_list_CopyResource().
Instead of taking the
d3d12_command_list_copy_incompatible_texture_region() path. That path
has its own set of restrictions, but also requires an extra copy through
a temporary buffer.