Skip to content

vkd3d: Make CopyResource use a temp buffer for depth <-> color copies

Evan Tang requested to merge etang-cw/vkd3d:DepthColorCopies into master

depth <-> color copies aren't allowed in Vulkan

Uses the same handling as CopyTextureRegion to perform the copy

Merge request reports

Loading