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:
parent
13f53531e5
commit
da23771df4
@ -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),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user