1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-01-30 02:52:10 +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);
Rc<DxvkImage> dstImage = dstTextureInfo->GetImage();
VkDeviceSize srcByteOffset = srcBlockOffset.y * formatInfo->elementSize * texLevelBlockCount.width
+ srcBlockOffset.x * formatInfo->elementSize;
EmitCs([
cDstImage = std::move(dstImage),