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