[d3d11] Fixed image copy operation

This commit is contained in:
Philip Rebohle 2018-01-21 01:57:12 +01:00
parent b7a00e32ec
commit b923a2004f
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99
1 changed files with 1 additions and 1 deletions

View File

@ -351,7 +351,7 @@ namespace dxvk {
] (DxvkContext* ctx) {
ctx->copyImage(
cDstImage, cDstLayers, VkOffset3D { 0, 0, 0 },
cDstImage, cSrcLayers, VkOffset3D { 0, 0, 0 },
cSrcImage, cSrcLayers, VkOffset3D { 0, 0, 0 },
cExtent);
});
}