Commit 7ce5de0c by Alexis Hetu Committed by Alexis Hétu

Warning fix

Removed unused variable Change-Id: I9236d02e04fb58a081c608d16f4e1eadf81dde16 Reviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/26949Tested-by: 's avatarAlexis Hétu <sugoi@google.com> Reviewed-by: 's avatarBen Clayton <bclayton@google.com>
parent da1ed068
......@@ -1960,7 +1960,6 @@ namespace sw
}
VkExtent3D srcExtent = src->getMipLevelExtent(region.srcSubresource.mipLevel);
VkExtent3D dstExtent = dst->getMipLevelExtent(region.dstSubresource.mipLevel);
int32_t numSlices = (region.srcOffsets[1].z - region.srcOffsets[0].z);
ASSERT(numSlices == (region.dstOffsets[1].z - region.dstOffsets[0].z));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment