1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-02-06 22:54:16 +01:00

[d3d9] Remove unused variable

This commit is contained in:
Robin Kertels 2021-04-22 22:31:30 +02:00 committed by Joshie
parent 13f53531e5
commit da23771df4

View File

@ -697,8 +697,6 @@ namespace dxvk {
pitch, pitch * texLevelBlockCount.height); pitch, pitch * texLevelBlockCount.height);
Rc<DxvkImage> dstImage = dstTextureInfo->GetImage(); Rc<DxvkImage> dstImage = dstTextureInfo->GetImage();
VkDeviceSize srcByteOffset = srcBlockOffset.y * formatInfo->elementSize * texLevelBlockCount.width
+ srcBlockOffset.x * formatInfo->elementSize;
EmitCs([ EmitCs([
cDstImage = std::move(dstImage), cDstImage = std::move(dstImage),