Remove unused variable

This commit is contained in:
baldurk
2025-02-10 18:23:21 +00:00
parent 6c87445a03
commit 108987fdd9
-2
View File
@@ -869,8 +869,6 @@ const Sparse::Coord PageTable::getSubresourceDim(uint32_t subresource) const
Coord PageTable::calcSubresourcePageDim(uint32_t subresource) const
{
const uint32_t mipLevel = subresource % m_MipCount;
const Sparse::Coord mipDim = getSubresourceDim(subresource);
// for each page that is fully or partially used